com.friendshipsystems.fsshresourcemanager
Class FSshResourceManagerState
java.lang.Object
com.friendshipsystems.fsshresourcemanager.FSshResourceManagerState
public class FSshResourceManagerState
- extends java.lang.Object
This class represents the internal state of the FSshResourceManager.
Every XML-RPC request starts a new instance of the handler class (FSshResourceManager).
To overcome the problem that each instance has its own state a single object
of this class is set to every handler object upon initialization of the
handler. To ensure thread safety all methods exposed by this class are
synchronized.
- Author:
- FRIENDSHIP SYSTEMS
|
Method Summary |
static java.lang.Class<?> |
getCanceler(java.lang.String className)
|
static java.util.Map<java.lang.String,java.lang.Class<?>> |
getCancelers()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSshResourceManagerState
public FSshResourceManagerState(boolean resetRsaPassphrase)
throws FInitalizeException
- Throws:
FInitalizeException
getCanceler
public static java.lang.Class<?> getCanceler(java.lang.String className)
getCancelers
public static java.util.Map<java.lang.String,java.lang.Class<?>> getCancelers()