public static class RemotingServiceMonitors.RemoteServiceStats extends Object implements Externalizable
| Constructor and Description |
|---|
RemoteServiceStats() |
RemoteServiceStats(String beanId,
long processed,
long failed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanId() |
long |
getFailed() |
long |
getProcessed() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public RemoteServiceStats()
public RemoteServiceStats(String beanId, long processed, long failed)
public String getBeanId()
public long getProcessed()
public long getFailed()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.