Uses of Class
org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
-
Uses of DiscoveryManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DiscoveryManager Modifier and Type Method Description protected voidSessionsFactory. processDiscoveryConfig(DiscoveryConfig discoveryConfig, DiscoveryManager discoveryManager)INTERNAL: -
Uses of DiscoveryManager in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as DiscoveryManager Modifier and Type Field Description protected DiscoveryManagerRemoteCommandManager. discoveryManagerManages the detection of new services as they join the clusterMethods in org.eclipse.persistence.sessions.coordination that return DiscoveryManager Modifier and Type Method Description DiscoveryManagerTransportManager. createDiscoveryManager()ADVANCED: Factory of new DiscoveryManager for different transports.DiscoveryManagerCommandManager. getDiscoveryManager()PUBLIC: Return the discovery manager that manages membership in the EclipseLink cluster.DiscoveryManagerRemoteCommandManager. getDiscoveryManager()PUBLIC: Return the discovery manager that detects the arrival of new cluster membersMethods in org.eclipse.persistence.sessions.coordination with parameters of type DiscoveryManager Modifier and Type Method Description protected voidDiscoveryManager. shallowCopy(DiscoveryManager dmgr)INTERNAL: invoke when the RCM shutdown. -
Uses of DiscoveryManager in org.eclipse.persistence.sessions.coordination.broadcast
Methods in org.eclipse.persistence.sessions.coordination.broadcast that return DiscoveryManager Modifier and Type Method Description DiscoveryManagerBroadcastTransportManager. createDiscoveryManager()ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.
-