net.dpml.test.state
Interface ManagedComponent.Monitor

All Superinterfaces:
Remote
Enclosing class:
ManagedComponent

public static interface ManagedComponent.Monitor
extends Remote

Interface implemented by an internal monitor returned by the getMonitor operation.


Method Summary
 int getAccessCount()
          Monitor the number of times the component ping operation has been invoked.
 

Method Detail

getAccessCount

int getAccessCount()
                   throws RemoteException
Monitor the number of times the component ping operation has been invoked.

Returns:
the access count
Throws:
RemoteException - if a remote I/O error occurs