Uses of Class
org.eclipse.persistence.sessions.coordination.DiscoveryManager
Packages that use DiscoveryManager
Package
Description
-
Uses of DiscoveryManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DiscoveryManagerModifier and TypeMethodDescriptionprotected 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 DiscoveryManagerModifier and TypeFieldDescriptionprotected DiscoveryManagerRemoteCommandManager.discoveryManagerManages the detection of new services as they join the clusterMethods in org.eclipse.persistence.sessions.coordination that return DiscoveryManagerModifier and TypeMethodDescriptionTransportManager.createDiscoveryManager()ADVANCED: Factory of new DiscoveryManager for different transports.CommandManager.getDiscoveryManager()PUBLIC: Return the discovery manager that manages membership in the EclipseLink cluster.RemoteCommandManager.getDiscoveryManager()PUBLIC: Return the discovery manager that detects the arrival of new cluster membersMethods in org.eclipse.persistence.sessions.coordination with parameters of type DiscoveryManagerModifier and TypeMethodDescriptionprotected 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 DiscoveryManagerModifier and TypeMethodDescriptionBroadcastTransportManager.createDiscoveryManager()ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.