Serialized Form


Package com.gigaspaces.client.transaction.local

Class com.gigaspaces.client.transaction.local.LocalTransactionManagerImpl extends LocalTransactionManager implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.client.transaction.local.TransactionManagerLeaseService_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L


Package com.gigaspaces.cluster.activeelection

Class com.gigaspaces.cluster.activeelection.ElectionInProcessException extends InactiveSpaceException implements Serializable

serialVersionUID: 1L

Class com.gigaspaces.cluster.activeelection.InactiveSpaceException extends RemoteException implements Serializable

serialVersionUID: 1L

Serialized Fields

primarySpaceMemberName

String primarySpaceMemberName

inActiveSpaceMemberName

String inActiveSpaceMemberName

Class com.gigaspaces.cluster.activeelection.SpaceComponentManager_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.gigaspaces.cluster.activeelection.SpaceComponentsInitializeException extends Exception implements Serializable

serialVersionUID: 1L


Package com.gigaspaces.cluster.activeelection.core

Class com.gigaspaces.cluster.activeelection.core.ActiveElectionConfig extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.cluster.activeelection.core.ActiveElectionException extends Exception implements Serializable

serialVersionUID: 1L

Class com.gigaspaces.cluster.activeelection.core.ActiveElectionState extends com.j_spaces.lookup.entry.GenericEntry implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package com.gigaspaces.cluster.loadbalance

Class com.gigaspaces.cluster.loadbalance.DummyLoadBalanceImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_loadBalanceBroadcastInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo _loadBalanceBroadcastInfo

_member

com.gigaspaces.cluster.loadbalance.GroupMember _member

Class com.gigaspaces.cluster.loadbalance.FailoverStrategy extends Object implements Serializable

Serialized Fields

_policyType

int _policyType

_group

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup _group

_doNotUseAlternateGroups

boolean _doNotUseAlternateGroups

Class com.gigaspaces.cluster.loadbalance.GroupMember extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

indexInGroup

int indexInGroup

group

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup group

_memberProxy

com.j_spaces.core.cluster.LBProxyHolder _memberProxy

Class com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo extends Object implements Serializable

Serialized Fields

_targets

HashMap<K,V> _targets

m_TargetGroups

ArrayList<E> m_TargetGroups

m_DependsOn

LoadBalancingPolicy.BroadcastCondition m_DependsOn

_broadcastMembers

com.gigaspaces.cluster.loadbalance.MemberAttributes[][] _broadcastMembers

Class com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo.Target extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.cluster.loadbalance.LoadBalanceGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_members

List<E> _members

_isPrimary

boolean _isPrimary

_localSpaceHere

boolean _localSpaceHere

_readStrategy

com.gigaspaces.cluster.loadbalance.LoadBalanceStrategy _readStrategy

_writeStrategy

com.gigaspaces.cluster.loadbalance.LoadBalanceStrategy _writeStrategy

_notifyStrategy

com.gigaspaces.cluster.loadbalance.LoadBalanceStrategy _notifyStrategy

_takeStrategy

com.gigaspaces.cluster.loadbalance.LoadBalanceStrategy _takeStrategy

Class com.gigaspaces.cluster.loadbalance.LoadBalanceImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_Groups

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup[] m_Groups

_isFailOver

boolean _isFailOver

m_policy

ClusterPolicy m_policy

m_Proxy

com.j_spaces.core.cluster.JSpaceClusteredProxy m_Proxy

m_GDLocalSpace

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup m_GDLocalSpace

m_LocalSpaceIndex

int m_LocalSpaceIndex

m_ApplyOwnership

boolean m_ApplyOwnership

_writeInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceInfo _writeInfo

_notifyInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceInfo _notifyInfo

_readInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceInfo _readInfo

_takeInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceInfo _takeInfo

Class com.gigaspaces.cluster.loadbalance.LoadBalanceInfo extends Object implements Serializable

Serialized Fields

_currentGroupNumber

int _currentGroupNumber

_fixedOwnership

boolean _fixedOwnership

_broadcast

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo _broadcast

Class com.gigaspaces.cluster.loadbalance.LoadBalanceStrategy extends Object implements Serializable

Serialized Fields

_routing

com.gigaspaces.cluster.loadbalance.RoutingStrategy _routing

_failover

com.gigaspaces.cluster.loadbalance.FailoverStrategy _failover

Class com.gigaspaces.cluster.loadbalance.LoadBalancingPolicy extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.cluster.loadbalance.LoadBalancingPolicy.LoadBalancingPolicyDescription extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.cluster.loadbalance.MemberAttributes extends Object implements Serializable

Serialized Fields

_groupData

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup _groupData

_index

int _index

Class com.gigaspaces.cluster.loadbalance.RoutingStrategy extends Object implements Serializable

Serialized Fields

_policyType

com.gigaspaces.cluster.loadbalance.RoutingStrategy.Policy _policyType

_atomicIndex

AtomicInteger _atomicIndex

_group

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup _group

_needRefresh

boolean _needRefresh

Class com.gigaspaces.cluster.loadbalance.Weights extends Object implements Serializable

Serialized Fields

m_WeightSteps

int[] m_WeightSteps

m_Weights

int[] m_Weights

m_WeigthsSum

int m_WeigthsSum

Package com.gigaspaces.config.lrmi.nio

Class com.gigaspaces.config.lrmi.nio.NIOConfiguration extends com.gigaspaces.config.lrmi.AbstractTransportConfigration implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package com.gigaspaces.converter

Class com.gigaspaces.converter.ConversionException extends RuntimeException implements Serializable


Package com.gigaspaces.converter.pojo

Class com.gigaspaces.converter.pojo.Configuration extends Object implements Serializable

Serialized Fields

gsBinder

com.gigaspaces.converter.pojo.GSBinder gsBinder
The gsBinder which handle to take the xml and convert to POJOdescriptor


classLoaderMapHolders

Map<K,V> classLoaderMapHolders
Map for holding the classloader and its POJODescriptor, Key is the class loader object and the value is MapHolder


externalEntryMap

Map<K,V> externalEntryMap

Class com.gigaspaces.converter.pojo.GSBinder.POJODescriptionList extends ArrayList<com.gigaspaces.converter.pojo.POJODescription> implements Serializable

Class com.gigaspaces.converter.pojo.Mappings extends Object implements Serializable

Serialized Fields

externalEntryMap

Map<K,V> externalEntryMap

Class com.gigaspaces.converter.pojo.POJODescription extends Object implements Serializable

serialVersionUID: -6669837336600759524L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.gigaspaces.converter.pojo.Primitive extends Object implements Serializable

Serialized Fields

value

Object value

Package com.gigaspaces.datasource

Class com.gigaspaces.datasource.DataSourceException extends Exception implements Serializable


Package com.gigaspaces.events

Class com.gigaspaces.events.AdminEvent extends RemoteEvent implements Serializable

Serialized Fields

type

com.gigaspaces.events.AdminEvent.Type type

Class com.gigaspaces.events.EventSessionConfig extends Object implements Serializable

Serialized Fields

comType

EventSessionConfig.ComType comType

fifo

boolean fifo

batch

boolean batch

batchSize

int batchSize

batchTime

long batchTime

renew

boolean renew

triggerNotifyTemplate

Boolean triggerNotifyTemplate

replicateNotifyTemplate

Boolean replicateNotifyTemplate

leaseListener

LeaseListener leaseListener

renewExpiration

long renewExpiration

renewDuration

long renewDuration

renewRTT

long renewRTT

Class com.gigaspaces.events.GSEventRegistration extends EventRegistration implements Serializable

Serialized Fields

_templateID

String _templateID

_spaceUID

Uuid _spaceUID

_sequenceNumbers

Map<K,V> _sequenceNumbers

Class com.gigaspaces.events.NotifyInfo extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.gigaspaces.lrmi.nio

Class com.gigaspaces.lrmi.nio.MarshallingException extends RuntimeException implements Serializable

Class com.gigaspaces.lrmi.nio.NIOTransportConnection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

remoteObjID

long remoteObjID

connectionID

long connectionID

connectTime

Date connectTime

serverIPAddress

String serverIPAddress

serverPort

int serverPort

clientIPAddress

String clientIPAddress

clientPort

int clientPort

Class com.gigaspaces.lrmi.nio.UnMarshallingException extends RuntimeException implements Serializable


Package com.gigaspaces.lrmi.nio.filters

Class com.gigaspaces.lrmi.nio.filters.IOFilterException extends Exception implements Serializable

serialVersionUID: 1L


Package com.gigaspaces.management.transport

Package com.gigaspaces.serialization.pbs.commands

Class com.gigaspaces.serialization.pbs.commands.DispatcherException extends InternalSpaceException implements Serializable

serialVersionUID: 1L

Class com.gigaspaces.serialization.pbs.commands.DotNetException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_stackTrace

String _stackTrace

_name

String _name

Class com.gigaspaces.serialization.pbs.commands.JavaToNetException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.j_spaces.core

Class com.j_spaces.core.AbstractEntryPacket extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.AbstractEntryType extends Object implements Serializable

Serialized Fields

_typeTableEntry

com.j_spaces.core.server.TypeTableEntry _typeTableEntry

Class com.j_spaces.core.AbstractRemoteJSpace_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.AbstractTypeDescriptor extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.AnswerPacket extends Object implements Serializable

serialVersionUID: -5466254335883432404L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.CreateException extends Exception implements Serializable

Class com.j_spaces.core.DestroyedFailedException extends Exception implements Serializable

Class com.j_spaces.core.DetailedUnusableEntryException extends UnusableEntryException implements Serializable

Class com.j_spaces.core.DropClassException extends Exception implements Serializable

Serialized Fields

_className

String _className

Class com.j_spaces.core.EntryDeletedException extends Exception implements Serializable

Serialized Fields

uid

String uid

_deletedByOwnTxn

boolean _deletedByOwnTxn

Class com.j_spaces.core.EntryHolder extends Object implements Serializable

serialVersionUID: 4644488972190391027L

Serialized Fields

m_UID

String m_UID

m_ClassName

String m_ClassName

m_FieldsValues

Object[] m_FieldsValues

m_VersionID

int m_VersionID

m_ExpirationTime

long m_ExpirationTime

m_XidOriginated

com.j_spaces.core.XtnEntry m_XidOriginated

m_SCN

long m_SCN

m_Order

int m_Order

m_Transient

boolean m_Transient

m_WriteLockOwner

com.j_spaces.core.XtnEntry m_WriteLockOwner

m_WriteLockOperation

int m_WriteLockOperation

m_MaybeUnderXtn

boolean m_MaybeUnderXtn

Class com.j_spaces.core.EntryImpl extends com.j_spaces.core.AbstractEntryType implements Serializable

Serialized Fields

_entryHolder

com.j_spaces.core.EntryHolder _entryHolder

Class com.j_spaces.core.EntryPacket extends com.j_spaces.core.AbstractEntryPacket implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.EntrySerializationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.j_spaces.core.ExternalEntryPacket extends com.j_spaces.core.EntryPacket implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.ExternalTemplatePacket extends com.j_spaces.core.ExternalEntryPacket implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.FifoException extends Exception implements Serializable

Class com.j_spaces.core.FifoOperationException extends DetailedUnusableEntryException implements Serializable

Class com.j_spaces.core.InvalidFifoClassException extends FifoOperationException implements Serializable

Serialized Fields

className

String className

entryFifoMode

boolean entryFifoMode

serverFifoMode

boolean serverFifoMode

Class com.j_spaces.core.InvalidFifoTemplateException extends FifoOperationException implements Serializable

Serialized Fields

templClassName

String templClassName

Class com.j_spaces.core.JSpaceAttributes extends Properties implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.JSpaceContainerImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.JSpaceContainerProxy extends com.j_spaces.core.service.AbstractProxy implements Serializable

serialVersionUID: 3258409525936796466L

Serialized Fields

_isEmbedded

boolean _isEmbedded

_name

String _name

Class com.j_spaces.core.JSpaceContainerProxy_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.JSpaceState extends Object implements Serializable

serialVersionUID: -7933691513130779751L

Serialized Fields

state

int state

Class com.j_spaces.core.LeaseInitializer.UIDLease extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.LeaseInitializer.UpdateContextLease extends com.j_spaces.core.LeaseInitializer.UIDLease implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.LeaseMapProxy extends Object implements Serializable

Serialized Fields

m_Map

Map<K,V> m_Map

m_Origin

com.j_spaces.core.IRemoteJSpace m_Origin

Class com.j_spaces.core.LeaseProxy extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Class com.j_spaces.core.MemoryShortageException extends RuntimeException implements Serializable

Serialized Fields

_spaceName

String _spaceName

_containerName

String _containerName

_hostName

String _hostName

Class com.j_spaces.core.NoMatchException extends Exception implements Serializable

Serialized Fields

_entry

com.j_spaces.core.EntryHolder _entry

Class com.j_spaces.core.NoSuchNameException extends Exception implements Serializable

Class com.j_spaces.core.NotifyTemplateHolder extends com.j_spaces.core.TemplateHolder implements Serializable

Serialized Fields

_notifyInfo

com.gigaspaces.events.NotifyInfo _notifyInfo

_batchOrder

long _batchOrder

_notifyInProgress

AtomicBoolean _notifyInProgress

_pendingEvents

Queue<E> _pendingEvents

Class com.j_spaces.core.SecurityContext extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Class com.j_spaces.core.ShadowEntryHolder extends com.j_spaces.core.EntryHolder implements Serializable

Serialized Fields

_shadowBackRefs

ArrayList<E> _shadowBackRefs

_backrefIndexPos

int[] _backrefIndexPos

Class com.j_spaces.core.SpaceContent_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.SpaceContext extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Class com.j_spaces.core.SpaceCopyStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_operationType

short _operationType

_totalCopyObj

int _totalCopyObj

_totalDiscardedObjByFilter

int _totalDiscardedObjByFilter

_sourceMember

String _sourceMember

_targetMember

String _targetMember

_sourceMemberUrl

SpaceURL _sourceMemberUrl

_causeEx

Exception _causeEx

_totalDummyObj

int _totalDummyObj

counter

AtomicInteger counter

_writeEntries

HashMap<K,V> _writeEntries
key - className, value - count


_notifyTempl

HashMap<K,V> _notifyTempl

_dublicateUID

HashMap<K,V> _dublicateUID
key - className, value - UID


_pendingNotifyTempl

List<E> _pendingNotifyTempl

Class com.j_spaces.core.SpaceIdentifier extends com.j_spaces.core.SpaceProperty implements Serializable

serialVersionUID: 2555461672281507456L

Serialized Fields

autoGenPk

boolean autoGenPk

Class com.j_spaces.core.SpaceProperty extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

type

String type

index

boolean index

primitive

boolean primitive

comparable

boolean comparable

Class com.j_spaces.core.SpaceRecoveryException extends Exception implements Serializable

Class com.j_spaces.core.SpaceSecurityException extends SecurityException implements Serializable

serialVersionUID: 1L

Class com.j_spaces.core.TemplateDeletedException extends Exception implements Serializable

Serialized Fields

m_Template

com.j_spaces.core.TemplateHolder m_Template

Class com.j_spaces.core.TemplateHolder extends com.j_spaces.core.EntryHolder implements Serializable

serialVersionUID: -1L

Serialized Fields

m_TemplateOperation

int m_TemplateOperation

m_IsNull

boolean m_IsNull

m_EventId

long m_EventId

m_SequenceNumber

AtomicLong m_SequenceNumber

m_ProxyListener

com.j_spaces.core.client.IJSpaceProxyListener m_ProxyListener

m_ProxyAnswerId

int m_ProxyAnswerId

m_PendingRemoteException

boolean m_PendingRemoteException

m_TokenField

int m_TokenField

m_UidToOperateBy

String m_UidToOperateBy

m_MultipleUIDs

String[] m_MultipleUIDs

m_ReturnOnlyUid

boolean m_ReturnOnlyUid

m_FifoTemplate

boolean m_FifoTemplate

m_ExtendedMatchCodes

short[] m_ExtendedMatchCodes

m_RangeValues

Object[] m_RangeValues

m_RangeValuesInclusion

boolean[] m_RangeValuesInclusion

m_OperationModifiers

int m_OperationModifiers

_secondPhase

boolean _secondPhase

_inExpirationManager

boolean _inExpirationManager

_requestType

com.j_spaces.core.ITypeDescriptor.Type _requestType

_externalEntryImplClassName

String _externalEntryImplClassName

Class com.j_spaces.core.TemplatePacket extends com.j_spaces.core.EntryPacket implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.TransactionConflictException extends Exception implements Serializable

Serialized Fields

m_Xtn1

ServerTransaction m_Xtn1

m_Xtn2

ServerTransaction m_Xtn2

Class com.j_spaces.core.TransactionNotActiveException extends Exception implements Serializable

Serialized Fields

m_Xtn

ServerTransaction m_Xtn

Class com.j_spaces.core.TypeTableEntry extends Object implements Serializable

serialVersionUID: -5282742465307880555L

Serialized Fields

m_ClassNumeration

int m_ClassNumeration
Deprecated. 

m_ClassName

String m_ClassName
Deprecated. 

m_CodeBase

String m_CodeBase
Deprecated. 

m_FieldsNames

String[] m_FieldsNames
Deprecated. 

m_IndexedFields

boolean[] m_IndexedFields
Deprecated. 

m_FieldsTypes

String[] m_FieldsTypes
Deprecated. 

m_SuperClassesChecksum

int m_SuperClassesChecksum
Deprecated. 

m_FieldsNamesChecksum

int m_FieldsNamesChecksum
Deprecated. 

m_FieldsTypesChecksum

int m_FieldsTypesChecksum
Deprecated. 

m_SuperClassesNames

String[] m_SuperClassesNames
Deprecated. 

m_SuperClassesEnumeration

int[] m_SuperClassesEnumeration
Deprecated. 

m_SubClassesNames

String[] m_SubClassesNames
Deprecated. 

m_SubClassesEnumeration

int[] m_SubClassesEnumeration
Deprecated. 

m_Inactive

boolean m_Inactive
Deprecated. 

m_Replicatable

boolean m_Replicatable
Deprecated. 

m_FifoSupported

boolean m_FifoSupported
Deprecated. 

m_FifoFinalized

boolean m_FifoFinalized
Deprecated. 

_firstIndexesPos

int _firstIndexesPos
Deprecated. 

_objectFormat

short _objectFormat
Deprecated. 

Class com.j_spaces.core.TypeTreeNode extends Object implements Serializable

Serialized Fields

m_Parent

com.j_spaces.core.TypeTreeNode m_Parent

m_Children

List<E> m_Children

m_TypeTableEntry

com.j_spaces.core.server.TypeTableEntry m_TypeTableEntry

Class com.j_spaces.core.UIDsEntryPacket extends com.j_spaces.core.EntryPacket implements Serializable

serialVersionUID: -4665190906968825734L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.UIDsTemplatePacket extends com.j_spaces.core.UIDsEntryPacket implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.UnknownTypeException extends Exception implements Serializable

serialVersionUID: -6396162967502290947L

Serialized Fields

className

String className

theCausedEvent

com.j_spaces.core.cluster.IReplicationPacket theCausedEvent

Class com.j_spaces.core.UnknownTypesException extends Exception implements Serializable

serialVersionUID: -6396162967502290947L

Serialized Fields

positions

List<E> positions

Class com.j_spaces.core.XtnEntry extends com.j_spaces.core.XtnInfo implements Serializable

Serialized Fields

_lock

com.j_spaces.core.transaction.ReadWriteLockResource _lock

Class com.j_spaces.core.XtnInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_Transaction

ServerTransaction m_Transaction

m_UIDStr

String m_UIDStr

m_Status

com.j_spaces.core.XtnStatus m_Status

m_Readonly

boolean m_Readonly

m_Active

boolean m_Active

m_AlreadyPrepared

boolean m_AlreadyPrepared

m_CommitRollbackTimeStamp

long m_CommitRollbackTimeStamp

m_SingleParticipant

boolean m_SingleParticipant

m_AnyUpdates

boolean m_AnyUpdates

m_startTime

long m_startTime

_isFromReplication

boolean _isFromReplication

Package com.j_spaces.core.admin

Class com.j_spaces.core.admin.ContainerConfig extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

updateModeEnabled

boolean updateModeEnabled

homeDir

String homeDir

containerHostName

String containerHostName

jndiUrl

String jndiUrl

containerName

String containerName

license

String license

lookupGroups

String lookupGroups

unicastEnabled

boolean unicastEnabled

unicastURL

String unicastURL

securityMode

String securityMode

usersInfo

GenericPrincipal[] usersInfo

userDefinedRoles

com.j_spaces.core.filters.UserDefinedRole[] userDefinedRoles

adminName

String adminName

adminPassword

String adminPassword

jmsEnabled

boolean jmsEnabled

jmsInternalJndiEnabled

boolean jmsInternalJndiEnabled

jmsExtJndiEnabled

boolean jmsExtJndiEnabled

_schemaName

String _schemaName

_isShutdownHook

boolean _isShutdownHook

_isHttpdEnabled

boolean _isHttpdEnabled

_httpdAdditionalRoots

String _httpdAdditionalRoots

_httpdExplicitBindingAddress

String _httpdExplicitBindingAddress

_httpdExplicitPort

String _httpdExplicitPort

_isJndiEnabled

boolean _isJndiEnabled

_isJiniLusEnabled

boolean _isJiniLusEnabled

_isStartEmbeddedJiniLus

boolean _isStartEmbeddedJiniLus

_isStartEmbeddedJiniMahalo

boolean _isStartEmbeddedJiniMahalo

_isJMXEnabled

boolean _isJMXEnabled

_spaceSchemasMap

Map<K,V> _spaceSchemasMap

Class com.j_spaces.core.admin.JSpaceAdminImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.admin.JSpaceAdminProxy extends com.j_spaces.core.service.ServiceAdminProxy implements Serializable

serialVersionUID: 3258413919704856887L

Class com.j_spaces.core.admin.JSpaceAdminProxy_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.admin.LostConnectionException extends RuntimeException implements Serializable

Class com.j_spaces.core.admin.SpaceConfig extends JSpaceAttributes implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.admin.SpaceRuntimeInfo extends Object implements Serializable

serialVersionUID: -5586653306007649053L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Class com.j_spaces.core.admin.TemplateInfo extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.j_spaces.core.client

Class com.j_spaces.core.client.AbstractDirectSpaceProxy extends com.j_spaces.core.client.AbstractSpaceProxy implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.AbstractDirectSpaceProxy_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.BasicTypeInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_ClassName

String m_ClassName
The type class name.


m_CodeBase

String m_CodeBase
The type code base.


m_SuperClasses

String[] m_SuperClasses
The type super classes names.


m_FieldsNames

String[] m_FieldsNames
The type fields names.


m_FieldsTypes

String[] m_FieldsTypes
The type fields types correlated to m_FieldsNames.


m_IndexedFields

boolean[] m_IndexedFields
The type fields index indicators correlated to m_FieldsNames.


m_IsFifo

boolean m_IsFifo
Indicates if the type is et to FIFO.


m_IsReplicatable

boolean m_IsReplicatable
Indicates if the type is et to Replicatable.


_superClassesChecksum

int _superClassesChecksum
Internal use only.


_propertiesChecksum

int _propertiesChecksum
Internal use only.


_isExtendedIndexing

boolean _isExtendedIndexing

_objectFormat

short _objectFormat
one of the ObjectFormat formats

Class com.j_spaces.core.client.CacheException extends RuntimeException implements Serializable

Class com.j_spaces.core.client.CacheTimeoutException extends CacheException implements Serializable

Serialized Fields

entryUID

String entryUID

Class com.j_spaces.core.client.ContinousQuery extends SQLQuery<T> implements Serializable

Class com.j_spaces.core.client.DCacheSpaceImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.EntryAlreadyInSpaceException extends RuntimeException implements Serializable

Serialized Fields

m_UID

String m_UID

m_ClassName

String m_ClassName

Class com.j_spaces.core.client.EntryArrivedRemoteEvent extends RemoteEvent implements Serializable

serialVersionUID: -8397537059416989796L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
.

Throws:
IOException

Class com.j_spaces.core.client.EntryNotInSpaceException extends DetailedUnusableEntryException implements Serializable

Serialized Fields

m_UID

String m_UID

m_DeletedByOwnTxn

boolean m_DeletedByOwnTxn

Class com.j_spaces.core.client.EntrySnapshot extends Object implements Serializable

Serialized Fields

m_EntryPacket

com.j_spaces.core.IEntryPacket m_EntryPacket

Class com.j_spaces.core.client.EntryVersionConflictException extends DetailedUnusableEntryException implements Serializable

Serialized Fields

UID

String UID

spaceVersionID

int spaceVersionID

clientVersionID

int clientVersionID

operation

String operation

Class com.j_spaces.core.client.ExternalEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_UID

String m_UID
 Store Entry Unique ID.
 If this field is not null then this UID will be used
 by the Space, otherwise the space will generate it automatically.
 When entry have all its fields null (null template) and its UID is assigned,
 matching will be done using the UID only.

 The UID is a String based identifier and composed of the following parts:
 - Class information � class Hashcode and name size
 - Space node name � At clustered environment combined from �container-name :space name�. At non-clustered environment combined from dummy name.
 - Timestamp
 - Counter
 


m_ClassName

String m_ClassName
The Entry class name.


m_SuperClassesNames

String[] m_SuperClassesNames
The Entry super classes names array. The order of the values in the array is the class inheritance hierarchy.


m_FieldsNames

String[] m_FieldsNames
The Entry field names array.


m_FieldsTypes

String[] m_FieldsTypes
The Entry field Types.


m_FieldsValues

Object[] m_FieldsValues
The Entry field values.


m_IndexIndicators

boolean[] m_IndexIndicators
Contains array of boolean values that indicate which of the class fields are index fields.


m_PrimaryKeyName

String m_PrimaryKeyName
The field name representing the primary key. Usually the field name of the first indexed field.

See Also:
ExternalEntry.getPrimaryKeyName()

m_Replicatable

boolean m_Replicatable
Contains a tag that indicates whether the class should be replicated or not. Used only in the case of partial replication.


m_MultipleUIDs

String[] m_MultipleUIDs
Contains array of UIDs. Used in readMultiple/takeMultiple operations. holds the UIDs of the Objects that are going to be read or take. when using m_ReturnOnlyUids=true the returned UIDs are are kept here in the first Entry returned.


m_ReturnOnlyUids

boolean m_ReturnOnlyUids
If true readMultiple/takeMultiple return only UIDs.


m_isFifo

boolean m_isFifo
FIFO Indication, if true the entry will be returned in a FIFO way.


m_VersionID

int m_VersionID
Contains a version number that is incremented each time the entry is updated. The initial value to be stored in the space is 1, and is incremented after each update. Value is used for optimistic locking.


m_ExtendedMatchCodes

short[] m_ExtendedMatchCodes
Codes for extending matching.

See Also:
ExternalEntry.setExtendedMatchCodes(short[])

m_RangeValues

Object[] m_RangeValues
range values- correspond to m_ExtendedMatchCodes, this is UP-TO and include values.


m_RangeValuesInclusion

boolean[] m_RangeValuesInclusion
boolean array that indicates for each range value if it is included in range or not


m_TimeToLive

long m_TimeToLive
Read only field. Time (in milliseconds) left for this entry to live. This value is correct for the operation time.


m_isTransient

boolean m_isTransient
If true will be transient.


m_NOWriteLeaseMode

boolean m_NOWriteLeaseMode
If true � Lease object would not return from the write/writeMultiple operations.


_objectFormat

short _objectFormat
The Object type represented by this ExternalEntry; one of ObjectFormat

See Also:
ExternalEntry.getFormat(), ExternalEntry.setFormat(short)

routingFieldName

String routingFieldName
The field name representing routing field name. on that is taken as the first index for partition.

See Also:
ExternalEntry.getRoutingFieldName()

_primitiveFields

boolean[] _primitiveFields

_returnTrueType

boolean _returnTrueType

Class com.j_spaces.core.client.ExternalizableEntryPacket extends com.j_spaces.core.AbstractEntryPacket implements Serializable

serialVersionUID: -5156016563234962426L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.ExternalizableTemplatePacket extends com.j_spaces.core.client.ExternalizableEntryPacket implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.FifoDelegatorListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.FinderException extends Exception implements Serializable

Class com.j_spaces.core.client.GSIterator$NotificationListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.JSpaceProxyWrapper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

proxyObject

Object proxyObject

proxy

MarshalledObject proxy

proxyName

String proxyName

proxyPresentName

String proxyPresentName

isLoginProcessed

boolean isLoginProcessed

spaceState

int spaceState

_spaceMode

short _spaceMode

_serviceID

ServiceID _serviceID

Class com.j_spaces.core.client.JSpaceProxyWrapper_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.LocalTransactionManager extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.LocalTransactionManager_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.MetaDataEntry extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Control the de-serialization stream by ourself.

Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Control the serialization stream by ourself.

Throws:
IOException
Serialized Fields

entryInfo

EntryInfo entryInfo

isFifo

boolean isFifo

isTransient

boolean isTransient
if this tag is true - it means that the entry is transient even if the space is persistent space


m_NOWriteLeaseMode

boolean m_NOWriteLeaseMode
If true, Lease object would not return from the write/writeMultiple operations.

Class com.j_spaces.core.client.NotifyDelegator_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.NotifyDelegatorListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.NotifyDelegatorMultiplexer extends Object implements Serializable

serialVersionUID: -842639427837085187L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Reconstruct the embedded listener.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 
the Notify delegator was constructed as listener, it means that this delegator will run embedded in the space ( Wrapper on user's listener ).

Throws:
IOException

Class com.j_spaces.core.client.NotifyDelegatorMultiplexer_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.OperationTimeoutException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.j_spaces.core.client.PbsEntryPacket extends com.j_spaces.core.EntryPacket implements Serializable

serialVersionUID: 111L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.PbsTemplatePacket extends com.j_spaces.core.client.PbsEntryPacket implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.ProxyActionManager extends Object implements Serializable

Serialized Fields

notifyActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] notifyActionListeners

readActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] readActionListeners

readIfExistsActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] readIfExistsActionListeners

takeActionListener

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] takeActionListener

takeIfExistsActionListener

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] takeIfExistsActionListener

snapshotActionListener

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] snapshotActionListener

writeActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] writeActionListeners

updateActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] updateActionListeners

replaceActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] replaceActionListeners

readMultipleActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] readMultipleActionListeners

takeMultipleActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] takeMultipleActionListeners

writeMultipleActionListenres

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] writeMultipleActionListenres

updateMultipleActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] updateMultipleActionListeners

clearActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] clearActionListeners

countActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] countActionListeners

pingActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] pingActionListeners

cleanActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] cleanActionListeners

renewLeaseActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] renewLeaseActionListeners

cancelLeaseActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] cancelLeaseActionListeners

renewAllLeaseActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] renewAllLeaseActionListeners

cancelAllLeaseActionListeners

com.j_spaces.core.client.action.ProxyActionListener<P extends com.j_spaces.core.client.action.ProxyAction>[] cancelAllLeaseActionListeners

Class com.j_spaces.core.client.ProxySettings extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.RemoteEventListenerExporter$TransientDelegator_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.SpaceSettings extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.SpaceURL extends Properties implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.SpaceURLValidationException extends MalformedURLException implements Serializable

Class com.j_spaces.core.client.SQLQuery extends Object implements Serializable

Serialized Fields

_sqlClassName

String _sqlClassName
use setClassName(String className).


_expression

String _expression
use setQuery(String wherePart).


_isNullExpression

boolean _isNullExpression

_template

Object _template

_parameters

Object[] _parameters

Class com.j_spaces.core.client.TokenQuery extends Object implements Serializable

Serialized Fields

_entry

Entry _entry

_tokenizedFieldName

String _tokenizedFieldName

Class com.j_spaces.core.client.TransactionInfo extends Object implements Serializable

Serialized Fields

_type

int _type

_status

int _status

_transaction

Transaction _transaction

_lease

long _lease

_startTime

long _startTime

_numberOfLockedObjects

int _numberOfLockedObjects

Class com.j_spaces.core.client.TypeTableEntry extends com.j_spaces.core.AbstractTypeDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.client.UnderTxnLockedObject extends Object implements Serializable

Serialized Fields

_uid

Object _uid

_lockType

int _lockType

_operationType

int _operationType

_className

String _className

Package com.j_spaces.core.client.view

Class com.j_spaces.core.client.view.LocalSpaceView_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.client.view.View extends ContinousQuery<T> implements Serializable


Package com.j_spaces.core.cluster

Class com.j_spaces.core.cluster.AbstractReplicator.SpaceNameAndKey extends Object implements Serializable

Serialized Fields

spaceName

String spaceName

key

long key

Class com.j_spaces.core.cluster.ClusterException extends Exception implements Serializable

Class com.j_spaces.core.cluster.ClusterMemberInfo.ReplFilters extends Object implements Serializable

Serialized Fields

inputReplicationFilterClassName

String inputReplicationFilterClassName

inputReplicationFilterParamUrl

String inputReplicationFilterParamUrl

outputReplicationFilterClassName

String outputReplicationFilterClassName

outputReplicationFilterParamUrl

String outputReplicationFilterParamUrl

Class com.j_spaces.core.cluster.ClusterMemberInfo.ReplRecovery extends Object implements Serializable

Serialized Fields

sourceMemberRecovery

String sourceMemberRecovery

recoveryEnabled

boolean recoveryEnabled

Class com.j_spaces.core.cluster.ClusterPolicy extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.ClusterPolicy.CacheLoaderConfig extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.CompositeReplicationPacket extends LinkedList<com.j_spaces.core.cluster.IReplicationPacket> implements Serializable

serialVersionUID: 1L

Serialized Fields

_key

long _key

_operation

ReplicationOperationType _operation

Class com.j_spaces.core.cluster.FailOverPolicy extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.JSpaceClusteredProxy extends com.j_spaces.core.client.AbstractDirectSpaceProxy implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.JSpaceClusteredProxy$Listener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.cluster.LBProxyHolder extends Object implements Serializable

Serialized Fields

_memberName

String _memberName

_memberUrl

SpaceURL _memberUrl

_remoteSpace

com.j_spaces.core.IRemoteJSpace _remoteSpace

timeStamp

long timeStamp

state

com.j_spaces.core.cluster.LBProxyHolder.State state

_findTimeout

long _findTimeout

_inUse

boolean _inUse

_recentlyChecked

boolean _recentlyChecked

Class com.j_spaces.core.cluster.MirrorServiceConfig extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.PingEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

str

String str

Class com.j_spaces.core.cluster.RedoConfirmation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_SpaceMemberName

String m_SpaceMemberName

m_LastKeyProcessed

long m_LastKeyProcessed

m_LastKeyConfirmed

long m_LastKeyConfirmed

m_LastTransientKeyConfirmed

long m_LastTransientKeyConfirmed

_isExternalDatabase

boolean _isExternalDatabase

Class com.j_spaces.core.cluster.RedoLogCapacityEvent extends com.j_spaces.core.cluster.SyncPacket implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.ReplicationCompleter_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.cluster.ReplicationException extends Exception implements Serializable

serialVersionUID: 1L

Class com.j_spaces.core.cluster.ReplicationFilterEntryImpl extends com.j_spaces.core.AbstractEntryType implements Serializable

Serialized Fields

_syncPacket

com.j_spaces.core.cluster.SyncPacket _syncPacket

Class com.j_spaces.core.cluster.ReplicationFilterException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

_filterClassName

String _filterClassName

_sourceMemberName

String _sourceMemberName

_targetMemberName

String _targetMemberName

_filterDirection

int _filterDirection

Class com.j_spaces.core.cluster.ReplicationPolicy extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.ReplicationPolicy.ReplicationPolicyDescription extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.ReplicationTransmissionPolicy extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.j_spaces.core.cluster.Replicator_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.core.cluster.SyncPacket extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.j_spaces.core.entry

Package com.j_spaces.core.exception

Class com.j_spaces.core.exception.ClosedResourceException extends RuntimeException implements Serializable

Class com.j_spaces.core.exception.ClusterConfigurationException extends RemoteException implements Serializable

serialVersionUID: 3257567287128045107L

Class com.j_spaces.core.exception.InvalidServiceNameException extends SpaceConfigurationException implements Serializable

Class com.j_spaces.core.exception.SpaceAlreadyPausedException extends SpaceUnavailableException implements Serializable

Class com.j_spaces.core.exception.SpaceAlreadyStartedException extends RemoteException implements Serializable

Class com.j_spaces.core.exception.SpaceAlreadyStoppedException extends SpaceUnavailableException implements Serializable

Class com.j_spaces.core.exception.SpaceCleanedException extends SpaceUnavailableException implements Serializable

Class com.j_spaces.core.exception.SpaceConfigurationException extends RemoteException implements Serializable

serialVersionUID: 3257567287128045107L

Class com.j_spaces.core.exception.SpaceStoppedException extends SpaceUnavailableException implements Serializable

Class com.j_spaces.core.exception.SpaceUnavailableException extends RemoteException implements Serializable

serialVersionUID: 1L

Serialized Fields

memberName

String memberName

Class com.j_spaces.core.exception.StatisticsNotAvailable extends RemoteException implements Serializable


Package com.j_spaces.core.exception.internal

Class com.j_spaces.core.exception.internal.DirectoryInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.EngineInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.InterruptedSpaceException extends com.j_spaces.core.exception.internal.ProxyInternalSpaceException implements Serializable

serialVersionUID: 1L

Class com.j_spaces.core.exception.internal.LeaseInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.LoadBalanceInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.PBSInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.PersistentInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.ProxyInternalSpaceException extends InternalSpaceException implements Serializable

Class com.j_spaces.core.exception.internal.ReplicationInternalSpaceException extends InternalSpaceException implements Serializable


Package com.j_spaces.core.filters

Class com.j_spaces.core.filters.FilterProvider extends Object implements Serializable

Serialized Fields

name

String name

filter

ISpaceFilter filter

activeWhenBackup

boolean activeWhenBackup

enabled

boolean enabled

securityFilter

boolean securityFilter

shutdownSpaceOnInitFailure

boolean shutdownSpaceOnInitFailure

priority

int priority

opCodes

int[] opCodes

Class com.j_spaces.core.filters.FiltersInfo extends Object implements Serializable

serialVersionUID: 6597126597902489582L

Serialized Fields

filterName

String filterName

filterClassName

String filterClassName

paramURL

String paramURL

enabled

boolean enabled

secured

boolean secured

beforeNotify

boolean beforeNotify

beforeWrite

boolean beforeWrite

beforeRead

boolean beforeRead

beforeTake

boolean beforeTake

beforeClean

boolean beforeClean

afterRemove

boolean afterRemove

afterWrite

boolean afterWrite

afterUpdate

boolean afterUpdate

beforeUpdate

boolean beforeUpdate

beforeGetAdmin

boolean beforeGetAdmin

setSecurity

boolean setSecurity

usersInfo

GenericPrincipal[] usersInfo

userDefinedRoles

com.j_spaces.core.filters.UserDefinedRole[] userDefinedRoles

Class com.j_spaces.core.filters.GenericPrincipal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userName

String userName
The username of the user represented by this Principal.


password

String password
The authentication credentials for the user represented by this Principal.


isHidden

boolean isHidden
Indicate if this user should be hidden to security management on client side.


roles

String[] roles
The set of roles associated with this user.


userDefinedRoles

ArrayList<E> userDefinedRoles
List contains only user-defined roles.


writeEntries

Map<K,V> writeEntries

readEntries

Map<K,V> readEntries

executeTasks

Map<K,V> executeTasks

writeMatchObjects

Map<K,V> writeMatchObjects

readMatchObjects

Map<K,V> readMatchObjects

executeMatchObjects

Map<K,V> executeMatchObjects

Class com.j_spaces.core.filters.GenericPrincipal.Attribute extends Object implements Serializable

Serialized Fields

name

String name

value

Object value

compareValue

boolean compareValue

Class com.j_spaces.core.filters.StatisticsContext extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Class com.j_spaces.core.filters.UserDefinedRole extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

previousName

String previousName

inheritRoles

List<E> inheritRoles

restrictedEntries

Map<K,V> restrictedEntries

Package com.j_spaces.core.filters.entry

Class com.j_spaces.core.filters.entry.ExecutionFilterEntry extends Object implements Serializable

Serialized Fields

task

Object task

Class com.j_spaces.core.filters.entry.SpaceFilterEntryImpl extends com.j_spaces.core.EntryImpl implements Serializable

Class com.j_spaces.core.filters.entry.SpaceUpdateFilterEntryImpl extends com.j_spaces.core.AbstractEntryType implements Serializable

Serialized Fields

_entryPacket

com.j_spaces.core.IEntryPacket _entryPacket

Package com.j_spaces.core.multiple.query

Class com.j_spaces.core.multiple.query.QueryMultiplePartialFailureException extends RuntimeException implements Serializable

serialVersionUID: -5769270833727972278L

Serialized Fields

_results

Object[] _results

_causes

Throwable[] _causes

Package com.j_spaces.core.multiple.write

Class com.j_spaces.core.multiple.write.ResultImpl extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

_type

IWriteResult.ResultType _type

_error

Throwable _error

_lease

Lease _lease

Class com.j_spaces.core.multiple.write.WriteMultiplePartialFailureException extends RuntimeException implements Serializable

serialVersionUID: -6396162967502290947L

Serialized Fields

_results

IWriteResult[] _results

Package com.j_spaces.core.sadapter

Class com.j_spaces.core.sadapter.RecoveryFailedException extends SAException implements Serializable

Class com.j_spaces.core.sadapter.SAException extends Exception implements Serializable

Class com.j_spaces.core.sadapter.WarmInitFailedException extends SAException implements Serializable


Package com.j_spaces.javax.cache

Class com.j_spaces.javax.cache.CacheException extends Exception implements Serializable


Package com.j_spaces.jdbc

Class com.j_spaces.jdbc.ConnectionContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_sessionName

String _sessionName

_securityContext

SecurityContext _securityContext

Class com.j_spaces.jdbc.ExternalEntrySet extends HashSet<ExternalEntry> implements Serializable

Serialized Fields

isJoined

boolean isJoined

Class com.j_spaces.jdbc.JoinedEntry extends ExternalEntry implements Serializable

Serialized Fields

entries

ExternalEntry[] entries

tableMapping

HashMap<K,V> tableMapping

Class com.j_spaces.jdbc.QueryProcessor_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jdbc.QueryProcessorStub extends com.gigaspaces.lrmi.RemoteStub<com.j_spaces.jdbc.IQueryProcessor> implements Serializable

Class com.j_spaces.jdbc.QueryProcessorStub_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jdbc.QuerySession extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

txn

Transaction txn

isAutoCommit

boolean isAutoCommit

isUseRegularSpace

boolean isUseRegularSpace

selectedForUpdate

String[] selectedForUpdate

underTransaction

ArrayList<E> underTransaction

_connectionContext

com.j_spaces.jdbc.ConnectionContext _connectionContext

Class com.j_spaces.jdbc.RequestPacket extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

com.j_spaces.jdbc.RequestPacket.Type type

statement

String statement

preparedValues

Object[] preparedValues

Class com.j_spaces.jdbc.ResponsePacket extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intResult

int intResult

resultEntry

ResultEntry resultEntry

resultSet

Collection<E> resultSet

Class com.j_spaces.jdbc.ResultEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldNames

String[] fieldNames

fieldValues

Object[][] fieldValues

Package com.j_spaces.jdbc.driver

Class com.j_spaces.jdbc.driver.Blob extends com.j_spaces.jdbc.driver.ObjectWithUID implements Serializable

Serialized Fields

blob

byte[] blob

Class com.j_spaces.jdbc.driver.Clob extends com.j_spaces.jdbc.driver.ObjectWithUID implements Serializable

Serialized Fields

clob

String clob

Class com.j_spaces.jdbc.driver.ObjectWithUID extends Object implements Serializable

Serialized Fields

entryUID

String entryUID

objectIndex

int objectIndex

Package com.j_spaces.jms

Class com.j_spaces.jms.GSBytesMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cnxC

int cnxC
Connections counter.


admin

GSJMSAdmin admin

m_space

IJSpace m_space
space proxy instance


m_spaceName

String m_spaceName

m_spaceURL

String m_spaceURL

messageConverter

IMessageConverter messageConverter

connectionsHash

Hashtable<K,V> connectionsHash
Hashtable holds all the current available QueueConnection/TopicConnections with the name/value pairs for spaceURL as the name and QueueConnection/TopicConnections as the value. Evrytime new connection needs to be created, we first check if that conn is already been created for that same space proxy, if true, then we return that same conn instance, otherwise we create new conn. When calling to connection.close(), we also remove this conn from the hashtable.

Class com.j_spaces.jms.GSConnectionFactoryImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSMapMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSMessageConsumerImpl$OnMessageEventListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSMessageImpl extends MetaDataEntry implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSObjectMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSQueueConnectionFactoryImpl extends GSConnectionFactoryImpl implements Serializable

serialVersionUID: 1L

Class com.j_spaces.jms.GSQueueConnectionFactoryImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSQueueImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_queueName

String m_queueName

Class com.j_spaces.jms.GSQueueImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSSimpleMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSStreamMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSTemporaryQueueImpl extends GSQueueImpl implements Serializable

Serialized Fields

sourceID

String sourceID
returns the source id of the object which have created this temp destination at first place. It might be a specific MessageProducer or MessageConsumere etc. Note that by default we use the session id as the source id, but when the client creates new instance it is his responsability to set the sourceID with the Consumer/Producer ID and we should ne use the session as the src id later.

Class com.j_spaces.jms.GSTemporaryTopicImpl extends GSTopicImpl implements Serializable

Serialized Fields

sourceID

String sourceID
returns the source id of the object which have created this temp destination at first place. It might be a specific MessageProducer or MessageConsumere etc. Note that by default we use the session id as the source id, but when the client creates new instance it is his responsability to set the sourceID with the Consumer/Producer ID and we should ne use the session as the src id later.

Class com.j_spaces.jms.GSTextMessageImpl extends GSMessageImpl implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class com.j_spaces.jms.GSTopicConnectionFactoryImpl extends GSConnectionFactoryImpl implements Serializable

serialVersionUID: 1L

Class com.j_spaces.jms.GSTopicConnectionFactoryImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSTopicImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_TopicName

String m_TopicName

Class com.j_spaces.jms.GSTopicImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSXAConnectionFactoryImpl extends GSConnectionFactoryImpl implements Serializable

serialVersionUID: 1L

Class com.j_spaces.jms.GSXAConnectionFactoryImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSXAQueueConnectionFactoryImpl extends GSXAConnectionFactoryImpl implements Serializable

serialVersionUID: 1L

Class com.j_spaces.jms.GSXAQueueConnectionFactoryImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.GSXATopicConnectionFactoryImpl extends GSXAConnectionFactoryImpl implements Serializable

serialVersionUID: 1L

Class com.j_spaces.jms.JMSAckDataEntry extends MetaDataEntry implements Serializable

Serialized Fields

m_wasAck

Boolean m_wasAck

m_destinationNameToBeAcked

String m_destinationNameToBeAcked

Class com.j_spaces.jms.JMSDurableSubDataEntry extends MetaDataEntry implements Serializable

Serialized Fields

m_durableSubscriptionName

String m_durableSubscriptionName

m_topicName

String m_topicName

m_isSubscribed

Boolean m_isSubscribed

m_isSubscriberOnline

Boolean m_isSubscriberOnline

m_subscriberClientID

String m_subscriberClientID

m_offlineEntryUIDsVec

Vector<E> m_offlineEntryUIDsVec

Class com.j_spaces.jms.JMSDurableSubService$ExternalEntryWriteRemoteEventListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.JMSDurableSubService$SubscriptionRemoteEventListener_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class com.j_spaces.jms.JMSOfflineStateDurSubDataEntry extends MetaDataEntry implements Serializable

Serialized Fields

m_durableSubscriptionName

String m_durableSubscriptionName

m_topicName

String m_topicName

m_isSubscribed

Boolean m_isSubscribed

m_isSubscriberOnline

Boolean m_isSubscriberOnline

m_subscriberClientID

String m_subscriberClientID

Class com.j_spaces.jms.JMSSessionDataEntry extends MetaDataEntry implements Serializable

Serialized Fields

m_ackMode

Integer m_ackMode

m_isQueue

Boolean m_isQueue

m_isTransacted

Boolean m_isTransacted

m_isDurable

Boolean m_isDurable

m_sessionId

String m_sessionId

Class com.j_spaces.jms.MessageException extends JMSException implements Serializable

Class com.j_spaces.jms.MessageValueException extends MessageException implements Serializable

Class com.j_spaces.jms.SpaceLostException extends JMSException implements Serializable

Serialized Fields

session

Session session

Package com.j_spaces.jms.utils

Class com.j_spaces.jms.utils.ByteArray extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

buf

byte[] buf

offset

int offset

length

int length

Package com.j_spaces.kernel

Class com.j_spaces.kernel.SizeConcurrentHashMap extends ConcurrentHashMap<K,V> implements Serializable

Serialized Fields

_size

AtomicInteger _size

Class com.j_spaces.kernel.UIDStringFactory extends Object implements Serializable

Serialized Fields

m_BasicName

String m_BasicName

nullClassInfo

com.j_spaces.kernel.UIDStringFactory.ClassInfoEntry nullClassInfo

m_TimeStamp

String m_TimeStamp

useTimeStamp

boolean useTimeStamp

m_Counter

AtomicLong m_Counter

_lastAscendingOrder

long _lastAscendingOrder

_optimisticClassInfoSize

int _optimisticClassInfoSize

m_ClassInfoHash

ConcurrentHashMap<K,V> m_ClassInfoHash

Package com.j_spaces.map

Class com.j_spaces.map.Command extends MetaDataEntry implements Serializable

Serialized Fields

cacheID

String cacheID
The cache id.


uids

String[] uids
The Entries uids.


action

Byte action
The action performed.

Class com.j_spaces.map.Envelope extends ExternalEntry implements Serializable