Uses of Class
org.eclipse.persistence.sessions.coordination.ServiceId
Packages that use ServiceId
Package
Description
-
Uses of ServiceId in org.eclipse.persistence.internal.sessions.coordination
Fields in org.eclipse.persistence.internal.sessions.coordination declared as ServiceIdModifier and TypeFieldDescriptionprotected ServiceIdRemoteConnection.serviceIdThe service on the receiving end of this connectionMethods in org.eclipse.persistence.internal.sessions.coordination that return ServiceIdModifier and TypeMethodDescriptionRemoteConnection.getServiceId()INTERNAL: Return the service info of the receiving serviceServiceAnnouncement.getServiceId()INTERNAL: Return the id of the service sending this announcementMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type ServiceIdModifier and TypeMethodDescriptionvoidRemoteConnection.setServiceId(ServiceId newServiceId) INTERNAL: Set the service info of the receiving serviceConstructors in org.eclipse.persistence.internal.sessions.coordination with parameters of type ServiceIdModifierConstructorDescriptionServiceAnnouncement(ServiceId newServiceId) INTERNAL: Constructor to initialize a new instance when creating a message -
Uses of ServiceId in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as ServiceIdModifier and TypeFieldDescriptionprotected ServiceIdRemoteCommandManager.serviceIdUniquely identifies this service in the clusterMethods in org.eclipse.persistence.sessions.coordination that return ServiceIdModifier and TypeMethodDescriptionCommand.getServiceId()PUBLIC: Return the service identifier of the service where the command originatedRemoteCommandManager.getServiceId()INTERNAL: Return the service info that identifies this service instanceMethods in org.eclipse.persistence.sessions.coordination with parameters of type ServiceIdModifier and TypeMethodDescriptionabstract RemoteConnectionTransportManager.createConnection(ServiceId serviceId) INTERNAL: Return a remote connection to the specified servicevoidRemoteCommandManager.newServiceDiscovered(ServiceId service) INTERNAL: A new service has been detected by the discovery manager.voidDiscoveryManager.receivedAnnouncement(ServiceId serviceId) INTERNAL: Process the announcement that indicates that a new service is onlinevoidCommand.setServiceId(ServiceId newServiceId) ADVANCED: Set the service identifier of the service where the command originated -
Uses of ServiceId in org.eclipse.persistence.sessions.coordination.broadcast
Methods in org.eclipse.persistence.sessions.coordination.broadcast with parameters of type ServiceIdModifier and TypeMethodDescriptionBroadcastTransportManager.createConnection(ServiceId serviceId) INTERNAL: No-op implementation of super abstract method since there is only one connection to a known topic. -
Uses of ServiceId in org.eclipse.persistence.sessions.coordination.corba
Methods in org.eclipse.persistence.sessions.coordination.corba with parameters of type ServiceIdModifier and TypeMethodDescriptionCORBATransportManager.createConnection(ServiceId connectionServiceId) INTERNAL: Create and return a wrapper of a CORBA remote connection to the specified service -
Uses of ServiceId in org.eclipse.persistence.sessions.coordination.rmi
Methods in org.eclipse.persistence.sessions.coordination.rmi with parameters of type ServiceIdModifier and TypeMethodDescriptionRMITransportManager.createConnection(ServiceId connectionServiceId) INTERNAL: Create and return an RMI remote connection to the specified service