public class ConnectionUrlDescriptor extends Object
Constructor and Description |
---|
ConnectionUrlDescriptor(String protocol,
String hostname,
int port,
long pid,
long objectId,
long objectClassLoaderId,
long lrmiRuntimeId,
String serviceDetails) |
Modifier and Type | Method and Description |
---|---|
static ConnectionUrlDescriptor |
fromUrl(String connectionUrl) |
String |
getHostname() |
long |
getLrmiRuntimeId() |
long |
getObjectClassLoaderId() |
long |
getObjectId() |
long |
getPid() |
int |
getPort() |
String |
getProtocol() |
String |
getServiceDetails() |
InetSocketAddress |
getSocketAddress() |
String |
toString() |
String |
toUrl()
returns a URL of the following format:
|
public String getProtocol()
public String getHostname()
public int getPort()
public InetSocketAddress getSocketAddress()
public long getPid()
public long getObjectId()
public long getObjectClassLoaderId()
public long getLrmiRuntimeId()
public String getServiceDetails()
public String toUrl()
public static ConnectionUrlDescriptor fromUrl(String connectionUrl)
Copyright © GigaSpaces.