org.openspaces.remoting
Class RemotingServiceMonitors
java.lang.Object
  
org.openspaces.pu.service.PlainServiceMonitors
      
org.openspaces.remoting.RemotingServiceMonitors
- All Implemented Interfaces: 
 - Externalizable, Serializable, ServiceMonitors
 
public class RemotingServiceMonitors
- extends PlainServiceMonitors
 
A generic event container service monitors.
- Author:
 
  - kimchy
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
RemotingServiceMonitors
public RemotingServiceMonitors()
RemotingServiceMonitors
public RemotingServiceMonitors(String id,
                               long processed,
                               long failed,
                               RemotingServiceMonitors.RemoteServiceStats[] remoteServiceStats)
getRemotingDetails
public RemotingServiceDetails getRemotingDetails()
 
getProcessed
public long getProcessed()
 
getFailed
public long getFailed()
 
getRemoteServiceStats
public RemotingServiceMonitors.RemoteServiceStats getRemoteServiceStats(String id)
 
getRemoteServiceStats
public RemotingServiceMonitors.RemoteServiceStats[] getRemoteServiceStats()
 
writeExternal
public void writeExternal(ObjectOutput out)
                   throws IOException
- Specified by:
 writeExternal in interface Externalizable- Overrides:
 writeExternal in class PlainServiceMonitors
 
- Throws:
 IOException
 
readExternal
public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
- Specified by:
 readExternal in interface Externalizable- Overrides:
 readExternal in class PlainServiceMonitors
 
- Throws:
 IOException
ClassNotFoundException
 
Copyright © GigaSpaces.