| java.lang.Object com.versant.core.jdo.PersistenceManagerStatus
PersistenceManagerStatus | final public class PersistenceManagerStatus implements Serializable(Code) | | This is a read only value object to report the status of an jdo client
connection i.e. a PersistenceManager (local or remote).
|
Constructor Summary | |
public | PersistenceManagerStatus(int id, long timeCreated, boolean txActive, long lastTxStarted, long timeLastTxEnded, Object userObject, String remoteClient, boolean optimistic, boolean open) |
PersistenceManagerStatus | public PersistenceManagerStatus(int id, long timeCreated, boolean txActive, long lastTxStarted, long timeLastTxEnded, Object userObject, String remoteClient, boolean optimistic, boolean open)(Code) | | |
getLastTxStarted | public long getLastTxStarted()(Code) | | |
getOptimistic | public boolean getOptimistic()(Code) | | |
getTimeCreated | public long getTimeCreated()(Code) | | |
getTimeLastTxEnded | public long getTimeLastTxEnded()(Code) | | |
getTxActive | public boolean getTxActive()(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
isRemote | public boolean isRemote()(Code) | | |
|
|