|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.remotecommand.ServiceId
public class 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| Field Summary | |
|---|---|
static java.lang.String |
HOST_TOKEN
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input |
static java.lang.String |
PORT_TOKEN
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input |
| 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 |
| Field Detail |
|---|
public static final java.lang.String HOST_TOKEN
ServiceId
public static final java.lang.String PORT_TOKEN
ServiceId
| Constructor Detail |
|---|
public ServiceId()
public ServiceId(java.lang.String channel,
java.lang.String id,
java.lang.String url)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||