|
Oracle Application Server TopLink API Reference 10g (9.0.4.3) B10491-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.remotecommand.ServiceId
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.
ServiceAnnouncement, Serialized Form| Constructor Summary | |
ServiceId() | |
ServiceId(java.lang.String channel, java.lang.String id, java.lang.String url) | |
| Method Summary | |
java.lang.String |
getChannel()INTERNAL: Return the logical channel that this service subscribes to |
java.lang.String |
getId()INTERNAL: Get the unique identifier for the service |
java.lang.String |
getURL()INTERNAL: Return the URL for the service |
void |
setChannel(java.lang.String newChannel)INTERNAL: Set the logical channel that this service subscribes to |
void |
setId(java.lang.String newId)INTERNAL: Set the unique identifier for the service |
void |
setURL(java.lang.String newUrl)INTERNAL: Set the URL for the service |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServiceId()
public ServiceId(java.lang.String channel,
java.lang.String id,
java.lang.String url)
| Method Detail |
public java.lang.String getURL()
public void setURL(java.lang.String newUrl)
public java.lang.String getId()
public void setId(java.lang.String newId)
public java.lang.String getChannel()
public void setChannel(java.lang.String newChannel)
public java.lang.String toString()
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||