|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Package org.exolab.core.database.recman |
| Class org.exolab.core.database.recman.PMDHandle extends PersistentObject implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Class org.exolab.core.database.recman.PMDHashMap extends PersistentObject implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Class org.exolab.core.database.recman.PMDTreeMap extends PersistentObject implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Class org.exolab.core.database.recman.PMDTreeSet extends PersistentObject implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Class org.exolab.core.database.recman.PMDVector extends PersistentObject implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Package org.exolab.core.foundation |
| Class org.exolab.core.foundation.DatabaseIOException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToAcquireLockException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToAcquireLocksException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.util.Vector failed_
| Class org.exolab.core.foundation.FailedToCreateCollectionException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToCreateDatabaseException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToCreateHandleException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToCreateLockException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToCreateSessionException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToDestroySessionException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToOpenDatabaseException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToReleaseLockException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.FailedToReleaseLocksException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.util.Vector failed_
| Class org.exolab.core.foundation.LockNotGrantedException extends BaseException implements Serializable |
| Class org.exolab.core.foundation.LockStatus extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.String state_
int ord_
| Class org.exolab.core.foundation.LockType extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.String type_
int ord_
| Class org.exolab.core.foundation.NoAvailableRootException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.ObjectDeletedWaitingForLockException extends LockNotGrantedException implements Serializable |
| Class org.exolab.core.foundation.ObjectId extends java.lang.Object implements Serializable |
| Serialized Fields |
long id_
| Class org.exolab.core.foundation.ObjectNameExistsException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.ObjectNameNotFoundException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.ObjectVersion extends java.lang.Object implements Serializable |
| Serialized Fields |
long version_
| Class org.exolab.core.foundation.PersistentObject extends java.lang.Object implements Serializable |
| Serialization Methods |
public void readExternal(java.io.ObjectInput stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput stream)
throws java.io.IOException
| Class org.exolab.core.foundation.TransactionException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.TransactionInProgressException extends java.lang.Exception implements Serializable |
| Class org.exolab.core.foundation.TransactionNotInProgressException extends java.lang.Exception implements Serializable |
| Package org.exolab.core.ipc |
| Class org.exolab.core.ipc.Client extends java.lang.Object implements Serializable |
| Package org.exolab.core.messenger |
| Class org.exolab.core.messenger.AcceptorAlreadyRegisteredException extends MessengerException implements Serializable |
| Class org.exolab.core.messenger.ChannelClosedException extends MessengerException implements Serializable |
| Class org.exolab.core.messenger.ConnectionClosedException extends MessengerException implements Serializable |
| Class org.exolab.core.messenger.InvalidChannelException extends MessengerException implements Serializable |
| Class org.exolab.core.messenger.ManagedPacketConnection.ConnectRequest extends java.lang.Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
java.lang.String _name
| Class org.exolab.core.messenger.ManagedPacketConnection.ConnectResponse extends java.lang.Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
int _connectionId
| Class org.exolab.core.messenger.MessengerException extends java.rmi.RemoteException implements Serializable |
| Serialized Fields |
java.lang.Throwable _exception
| Class org.exolab.core.messenger.ReceiveTimeoutException extends MessengerException implements Serializable |
| Class org.exolab.core.messenger.SystemPacketChannel.Closed extends java.lang.Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
int _channelId
| Class org.exolab.core.messenger.SystemPacketChannel.OpenRequest extends java.lang.Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
java.lang.String _name
int _channelId
| Class org.exolab.core.messenger.SystemPacketChannel.OpenResponse extends java.lang.Object implements Serializable |
serialVersionUID: 1l
| Serialized Fields |
int _channelId
int _destinationId
| Package org.exolab.core.service |
| Class org.exolab.core.service.BasicService extends Service implements Serializable |
| Class org.exolab.core.service.Service extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.String _name
ServiceState _state
| Class org.exolab.core.service.ServiceAlreadyExistsException extends ServiceException implements Serializable |
| Class org.exolab.core.service.ServiceDoesNotExistException extends ServiceException implements Serializable |
| Class org.exolab.core.service.ServiceException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable _cause
null
| Class org.exolab.core.service.ServiceManagerException extends ServiceException implements Serializable |
| Package org.exolab.core.util |
| Class org.exolab.core.util.BaseException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.String _errorCode
| Class org.exolab.core.util.RmiRegistryService extends Service implements Serializable |
| Serialized Fields |
int _port
| Class org.exolab.core.util.URI.MalformedURIException extends java.io.IOException implements Serializable |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||