oracle.toplink.remotecommand
Class ServiceId
java.lang.Object
   oracle.toplink.remotecommand.ServiceId
oracle.toplink.remotecommand.ServiceId
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceId
- extends java.lang.Object
- implements java.io.Serializable
Purpose: Encapsulate the information that uniquely identifies a specific remote command service instance.
Description: A service instance consists primarily of a CommandManager and its associated components including its CommandProcessor, CommandConverter, DiscoveryManager and TransportManager. Whenever a service instance sends out an announcement or remote command to the cluster the service id is included in the message.
- Since:
- OracleAS TopLink 10g (9.0.4)
- See Also:
- ServiceAnnouncement, Serialized Form
 
 
 
| Constructor Summary | 
| ServiceId()
 | 
| ServiceId(java.lang.String channel, java.lang.String id, java.lang.String url)
 | 
 
| Method Summary | 
| java.lang.String | toString()
 | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
ServiceId
public ServiceId()
ServiceId
public ServiceId(java.lang.String channel,
                 java.lang.String id,
                 java.lang.String url)
toString
public java.lang.String toString()