org.smartfrog.sfcore.prim
Interface Dump
- All Superinterfaces:
- java.rmi.Remote
public interface Dump
- extends java.rmi.Remote
Interface for components to dump state to. The state and source can be any
object since we do not expect any reverse calls.
|
Method Summary |
void |
dumpState(java.lang.Object state,
Prim from)
Components use this methods to dump their state to when requested (using
sfDumpState). |
dumpState
void dumpState(java.lang.Object state,
Prim from)
throws java.rmi.RemoteException
- Components use this methods to dump their state to when requested (using
sfDumpState).
- Parameters:
state - state of component (application specific)from - source of this call
- Throws:
java.rmi.RemoteException - In case of Remote/nework error
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP