Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.transport.TransportManagerConfig
-
-
Uses of TransportManagerConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type TransportManagerConfig Modifier and Type Method Description protected voidSessionsFactory. buildTransportManager(TransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. processTransportManagerConfig(TransportManagerConfig tmConfig, TransportManager tm)INTERNAL: -
Uses of TransportManagerConfig in org.eclipse.persistence.internal.sessions.factories.model.rcm
Methods in org.eclipse.persistence.internal.sessions.factories.model.rcm that return TransportManagerConfig Modifier and Type Method Description TransportManagerConfigRemoteCommandManagerConfig. getTransportManagerConfig()Methods in org.eclipse.persistence.internal.sessions.factories.model.rcm with parameters of type TransportManagerConfig Modifier and Type Method Description voidRemoteCommandManagerConfig. setTransportManagerConfig(TransportManagerConfig transportManager) -
Uses of TransportManagerConfig in org.eclipse.persistence.internal.sessions.factories.model.transport
Subclasses of TransportManagerConfig in org.eclipse.persistence.internal.sessions.factories.model.transport Modifier and Type Class Description classJMSPublishingTransportManagerConfigINTERNAL:classJMSTopicTransportManagerConfigINTERNAL:classRMIIIOPTransportManagerConfigINTERNAL:classRMITransportManagerConfigINTERNAL:classSunCORBATransportManagerConfigINTERNAL:classUserDefinedTransportManagerConfigINTERNAL:
-