Uses of Class
org.eclipse.persistence.sessions.coordination.ServiceId
-
-
Uses of ServiceId in org.eclipse.persistence.internal.sessions.coordination
Fields in org.eclipse.persistence.internal.sessions.coordination declared as ServiceId Modifier and Type Field Description protected ServiceIdRemoteConnection. serviceIdThe service on the receiving end of this connectionMethods in org.eclipse.persistence.internal.sessions.coordination that return ServiceId Modifier and Type Method Description ServiceIdRemoteConnection. getServiceId()INTERNAL: Return the service info of the receiving serviceServiceIdServiceAnnouncement. getServiceId()INTERNAL: Return the id of the service sending this announcementMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type ServiceId Modifier and Type Method Description voidRemoteConnection. setServiceId(ServiceId newServiceId)INTERNAL: Set the service info of the receiving serviceConstructors in org.eclipse.persistence.internal.sessions.coordination with parameters of type ServiceId Constructor Description ServiceAnnouncement(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 ServiceId Modifier and Type Field Description protected ServiceIdRemoteCommandManager. serviceIdUniquely identifies this service in the clusterMethods in org.eclipse.persistence.sessions.coordination that return ServiceId Modifier and Type Method Description ServiceIdCommand. getServiceId()PUBLIC: Return the service identifier of the service where the command originatedServiceIdRemoteCommandManager. getServiceId()INTERNAL: Return the service info that identifies this service instanceMethods in org.eclipse.persistence.sessions.coordination with parameters of type ServiceId Modifier and Type Method Description abstract 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 ServiceId Modifier and Type Method Description RemoteConnectionBroadcastTransportManager. 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.rmi
Methods in org.eclipse.persistence.sessions.coordination.rmi with parameters of type ServiceId Modifier and Type Method Description RemoteConnectionRMITransportManager. createConnection(ServiceId connectionServiceId)INTERNAL: Create and return an RMI remote connection to the specified service
-