public class LRMIServiceMonitoringDetailsImpl extends Object implements Externalizable, LRMIServiceMonitoringDetails
| Constructor and Description | 
|---|
LRMIServiceMonitoringDetailsImpl()  | 
LRMIServiceMonitoringDetailsImpl(String serviceDetails,
                                String serviceClassLoaderDetails,
                                long remoteObjID,
                                String connectionUrl)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChannelDetails(ChannelEntry channelEntry)  | 
Map<LRMIServiceClientMonitoringId,LRMIServiceClientMonitoringDetails> | 
getClientsTrackingDetails()
Gets a mapping of tracking details of each client connected to this service. 
 | 
String | 
getConnectionUrl()
Gets the service connection url. 
 | 
long | 
getRemoteObjID()
Gets the service remote id. 
 | 
String | 
getServiceClassLoaderDetails()
Gets the class loader which holds the service. 
 | 
String | 
getServiceDetails()
Gets the service details 
 | 
void | 
readExternal(ObjectInput in)  | 
String | 
toString()  | 
void | 
writeExternal(ObjectOutput out)  | 
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void addChannelDetails(ChannelEntry channelEntry)
public String getServiceDetails()
LRMIServiceMonitoringDetailsgetServiceDetails in interface LRMIServiceMonitoringDetailspublic String getServiceClassLoaderDetails()
LRMIServiceMonitoringDetailsgetServiceClassLoaderDetails in interface LRMIServiceMonitoringDetailspublic long getRemoteObjID()
LRMIServiceMonitoringDetailsgetRemoteObjID in interface LRMIServiceMonitoringDetailspublic String getConnectionUrl()
LRMIServiceMonitoringDetailsgetConnectionUrl in interface LRMIServiceMonitoringDetailspublic Map<LRMIServiceClientMonitoringId,LRMIServiceClientMonitoringDetails> getClientsTrackingDetails()
LRMIServiceMonitoringDetailsgetClientsTrackingDetails in interface LRMIServiceMonitoringDetailsCopyright © GigaSpaces.