GigaSpaces XAP 8.0 API

org.openspaces.remoting
Class RemotingServiceMonitors.RemoteServiceStats

java.lang.Object
  extended by org.openspaces.remoting.RemotingServiceMonitors.RemoteServiceStats
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
RemotingServiceMonitors

public static class RemotingServiceMonitors.RemoteServiceStats
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
RemotingServiceMonitors.RemoteServiceStats()
           
RemotingServiceMonitors.RemoteServiceStats(String beanId, long processed, long failed)
           
 
Method Summary
 String getBeanId()
           
 long getFailed()
           
 long getProcessed()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemotingServiceMonitors.RemoteServiceStats

public RemotingServiceMonitors.RemoteServiceStats()

RemotingServiceMonitors.RemoteServiceStats

public RemotingServiceMonitors.RemoteServiceStats(String beanId,
                                                  long processed,
                                                  long failed)
Method Detail

getBeanId

public String getBeanId()

getProcessed

public long getProcessed()

getFailed

public long getFailed()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.