Serialized Form


Package com.gigaspaces.client.transaction.local

Class com.gigaspaces.client.transaction.local.LocalTransactionLeaseMap extends Object implements Serializable

serialVersionUID: -995757157241505659L

Serialized Fields

m_Map

Map<K,V> m_Map

m_XtnMng

com.gigaspaces.client.transaction.local.IRemoteLocalTransactionManager m_XtnMng

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

recovered

boolean recovered

m_MgrId

String m_MgrId

m_SpaceName

String m_SpaceName

Class com.gigaspaces.client.transaction.local.RemoteLocalTransactionManagerImpl_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

Serialized Fields

_retryConnection

int _retryConnection

_yieldTime

long _yieldTime

_faultDetectorInvocationDelay

long _faultDetectorInvocationDelay

_faultDetectorRetryCount

int _faultDetectorRetryCount

_faultDetectorRetryTimeout

long _faultDetectorRetryTimeout

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

Serialized Fields

state

String state

Package com.gigaspaces.cluster.loadbalance

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

serialVersionUID: 1L

Serialized Fields

_memberName

String _memberName

_loadBalanceBroadcastInfo

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo _loadBalanceBroadcastInfo

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

state

com.gigaspaces.cluster.loadbalance.GroupMember.State state

indexInGroup

int indexInGroup

group

com.gigaspaces.cluster.loadbalance.LoadBalanceGroup group

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

Serialized Fields

m_TargetGroups

ArrayList<E> m_TargetGroups

m_DependsOn

LoadBalancingPolicy.BroadcastCondition m_DependsOn

_groupNumberByName

HashMap<K,V> _groupNumberByName

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

_broadcastMembers

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

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: 1L

Serialized Fields

m_GroupName

String m_GroupName

loadBalanceGroupMembersNames

List<E> loadBalanceGroupMembersNames

loadBalanceGroupMembersURLs

List<E> loadBalanceGroupMembersURLs

m_ImplementationClassName

String m_ImplementationClassName

m_ApplyOwnership

boolean m_ApplyOwnership

m_DisableParallelScattering

boolean m_DisableParallelScattering

m_broadcastThreadpoolMinSize

int m_broadcastThreadpoolMinSize

m_broadcastThreadpoolMaxSize

int m_broadcastThreadpoolMaxSize

m_WriteOperationsPolicy

LoadBalancingPolicy.LoadBalancingPolicyDescription m_WriteOperationsPolicy

m_ReadOperationsPolicy

LoadBalancingPolicy.LoadBalancingPolicyDescription m_ReadOperationsPolicy

m_TakeOperationsPolicy

LoadBalancingPolicy.LoadBalancingPolicyDescription m_TakeOperationsPolicy

m_NotifyOperationsPolicy

LoadBalancingPolicy.LoadBalancingPolicyDescription m_NotifyOperationsPolicy

m_DefaultPolicy

LoadBalancingPolicy.LoadBalancingPolicyDescription m_DefaultPolicy

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

serialVersionUID: 1L

Serialized Fields

m_PolicyType

String m_PolicyType

m_Properties

Properties m_Properties

m_BroadcastCondition

LoadBalancingPolicy.BroadcastCondition m_BroadcastCondition

_broadcastConditionDescription

String _broadcastConditionDescription

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.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

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.serialization.pbs.commands

Class com.gigaspaces.serialization.pbs.commands.DispatcherException extends com.j_spaces.core.exception.internal.GSInternalSpaceException 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.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

Serialized Fields

_dCacheProperties

JSpaceAttributes _dCacheProperties

_clusterPolicy

ClusterPolicy _clusterPolicy

_filtersInfo

com.j_spaces.core.filters.FiltersInfo[] _filtersInfo

_customProperties

Properties _customProperties
If passed, we use this Properties object to overwrite space/container JProperties parsed values.


m_isClustered

boolean m_isClustered
Deprecated. 
Use in methods setClustered(boolean isClustered) and isClustered() instead of referring to this deprecated class member. Should be used for read purposes only, not for update. Updating is performing only by method setClustered(boolean isClustered)

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.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

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.SSLStubHandlerImpl extends Object implements Serializable

serialVersionUID: 3835153952172815926L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

m_SpaceName

String m_SpaceName

m_Ssl_Protocol_Name

String m_Ssl_Protocol_Name

m_Ssl_Keystore_Type

String m_Ssl_Keystore_Type

m_Ssl_KeyManagment_Method

String m_Ssl_KeyManagment_Method

m_Ssl_KeyStore

String m_Ssl_KeyStore

m_Ssl_TrustStore

String m_Ssl_TrustStore

m_Ssl_Password

String m_Ssl_Password

m_SpacePort

int m_SpacePort

m_ClientPort

int m_ClientPort

_isServerSide

boolean _isServerSide

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.ExternalEntryPacket 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

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: 5275512379144854642L

Serialized Fields

_spaceName

String _spaceName

_containerName

String _containerName

_fullSpaceName

String _fullSpaceName

_schemaPath

String _schemaPath

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: 8175102445636269461L

Serialized Fields

_uuid

Uuid _uuid

_hashCode

int _hashCode

_secondary

boolean _secondary

m_IsVersioned

boolean m_IsVersioned

m_FifoProxy

boolean m_FifoProxy

m_NOWriteLeaseMode

boolean m_NOWriteLeaseMode

m_SerializationType

int m_SerializationType

m_ImplicitNumOfIndexes

int m_ImplicitNumOfIndexes

m_EnforceSecurity

boolean m_EnforceSecurity

_threadContextIsSet

boolean _threadContextIsSet

m_ContainerName

String m_ContainerName

m_SpaceName

String m_SpaceName

m_StubHandler

IStubHandler m_StubHandler

m_defaultTxn

Transaction m_defaultTxn

_supportsContextTansaction

boolean _supportsContextTansaction

m_ContainerProxy

IJSpaceContainer m_ContainerProxy

_timeProvider

String _timeProvider

_isOneWay

boolean _isOneWay

_memberName

String _memberName

_spaceAttributes

JSpaceAttributes _spaceAttributes

_spaceURL

SpaceURL _spaceURL

_finderURL

SpaceURL _finderURL

_isMarshalled

boolean _isMarshalled

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.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

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.ExternalizableExternalEntryPacket 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.ExternalizableTemplatePacket extends com.j_spaces.core.client.ExternalizableExternalEntryPacket 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.ExternalizableTransaction extends ServerTransaction implements Serializable

Serialized Fields

lease

long lease

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

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,
                        ClassNotFoundException
Control the de-serialization stream by ourself.

Throws:
IOException
ClassNotFoundException

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

twoEntryUpdateActionListeners

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

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

contentActionListeners

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

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.RemoteEventListenerExporter$TransientDelegator_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

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.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


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: 1L

Serialized Fields

_numberOfBackups

int _numberOfBackups

alterGroup

String[] alterGroup

failOverGroupName

String failOverGroupName

failOverGroupMembersNames

List<E> failOverGroupMembersNames

failOverGroupMembersURLs

List<E> failOverGroupMembersURLs

spaceFinderTimeout

long spaceFinderTimeout

m_AlternateLB

LoadBalancingPolicy[] m_AlternateLB

m_AlternateFO

com.j_spaces.core.cluster.FailOverPolicy[] m_AlternateFO

m_AlternateGroupMemberNames

List<E>[] m_AlternateGroupMemberNames

m_WriteFOPolicy

com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription m_WriteFOPolicy

m_ReadFOPolicy

com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription m_ReadFOPolicy

m_TakeFOPolicy

com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription m_TakeFOPolicy

m_NotifyFOPolicy

com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription m_NotifyFOPolicy

m_DefaultFOPolicy

com.j_spaces.core.cluster.FailOverPolicy.FailOverPolicyDescription m_DefaultFOPolicy

isFailBackEnabled

boolean isFailBackEnabled

_electionGroups

HashMap<K,V> _electionGroups

_electionGroupName

String _electionGroupName

_activeElectConfig

com.gigaspaces.cluster.activeelection.core.ActiveElectionConfig _activeElectConfig

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

Serialized Fields

m_PolicyType

int m_PolicyType

m_DisableAlternateGroups

boolean m_DisableAlternateGroups

m_BackupOnly

List<E> m_BackupOnly

m_BackupMemberNames

HashMap<K,V> m_BackupMemberNames

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

serialVersionUID: 3763097483466979633L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

m_ClusterPolicy

ClusterPolicy m_ClusterPolicy

_isCluster

boolean _isCluster

m_LBhandler

com.j_spaces.core.cluster.ILoadBalance m_LBhandler

m_DisableParallelScattering

boolean m_DisableParallelScattering

m_VerifyProxyAliveBeforeTake

boolean m_VerifyProxyAliveBeforeTake

_remoteSpaceProxy

com.j_spaces.core.cluster.LBProxyHolder _remoteSpaceProxy

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

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

serialVersionUID: 1L

Serialized Fields

_innerLB

com.gigaspaces.cluster.loadbalance.LoadBalanceImpl _innerLB
Deprecated. 

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

Serialized Fields

m_OwnMemberName

String m_OwnMemberName

m_ReplicationGroupName

String m_ReplicationGroupName

m_ReplicationGroupMembersNames

List<E> m_ReplicationGroupMembersNames

m_ReplicationGroupMembersURLs

List<E> m_ReplicationGroupMembersURLs

m_ReplicateNotifyTemplates

boolean m_ReplicateNotifyTemplates

m_TriggerNotifyTemplates

boolean m_TriggerNotifyTemplates

m_ReplicateOriginalState

boolean m_ReplicateOriginalState

m_SyncOnCommit

boolean m_SyncOnCommit

m_ReplicationMode

String m_ReplicationMode

m_PolicyType

int m_PolicyType

m_ReplicationChunkSize

int m_ReplicationChunkSize

m_ReplicationIntervalMillis

long m_ReplicationIntervalMillis

m_ReplicationIntervalOperations

int m_ReplicationIntervalOperations

m_SpaceFinderTimeout

long m_SpaceFinderTimeout

m_SpaceFinderReportInterval

long m_SpaceFinderReportInterval

m_SyncOnCommitTimeout

long m_SyncOnCommitTimeout

_reliableAsyncRepl

boolean _reliableAsyncRepl

permittedOperations

Set<E> permittedOperations

m_Recovery

boolean m_Recovery

m_ReplMemberPolicyDescTable

Hashtable<K,V> m_ReplMemberPolicyDescTable
replication policy description table: key: memberName, value: ReplicationPolicyDescription.


isOneWayReplication

boolean isOneWayReplication
fast one way replication


m_IsSyncReplicationEnabled

boolean m_IsSyncReplicationEnabled
true if sync-replication enabled, otherwise async-repl


m_SyncReplPolicy

com.j_spaces.core.cluster.sync_replication.SyncReplPolicy m_SyncReplPolicy
group's sync-replication information, if null, not sync replication defined.


protocolAdaptorClass

String protocolAdaptorClass
Name of Sync-Replication protocol Adaptor - by default Unicast.


communicationMode

String communicationMode

maxRedoLogCapacity

long maxRedoLogCapacity
max redo log capacity, if -1 unlimited.


recoveryChunkSize

int recoveryChunkSize
memory recovery chunk-size - default 1000.


recoveryThreadPoolSize

int recoveryThreadPoolSize

clusterName

String clusterName
the name of the cluster this replication policy belongs to


_mirrorServiceConfig

ReplicationPolicy.MirrorServiceConfig _mirrorServiceConfig
not null if mirror-service enabled

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

serialVersionUID: 1L

Serialized Fields

serviceURL

SpaceURL serviceURL
mirror service definition


memberName

String memberName

bulkSize

int bulkSize

intervalMillis

long intervalMillis

intervalOpers

int intervalOpers

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

serialVersionUID: 1L

Serialized Fields

replTransmissionPolicies

List<E> replTransmissionPolicies

sourceMemberRecovery

String sourceMemberRecovery

memberRecovery

boolean memberRecovery

inputReplicationFilterClassName

String inputReplicationFilterClassName

inputReplicationFilterParamUrl

String inputReplicationFilterParamUrl

outputReplicationFilterClassName

String outputReplicationFilterClassName

outputReplicationFilterParamUrl

String outputReplicationFilterParamUrl

activeWhenBackup

boolean activeWhenBackup

shutdownSpaceOnInitFailure

boolean shutdownSpaceOnInitFailure

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

serialVersionUID: 1L

Serialized Fields

m_SourceSpace

String m_SourceSpace

m_TargetSpace

String m_TargetSpace

m_RepTransmissionOperations

String m_RepTransmissionOperations

m_SyncOnCommit

boolean m_SyncOnCommit

m_CommunicationMode

String m_CommunicationMode

m_DisableTransmission

boolean m_DisableTransmission

_isSyncReplication

boolean _isSyncReplication

_isOneWayReplication

boolean _isOneWayReplication

_protocolAdaptorClass

String _protocolAdaptorClass

_mirrorConnector

boolean _mirrorConnector

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 com.j_spaces.core.exception.internal.GSInternalSpaceException implements Serializable

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

Class com.j_spaces.core.exception.internal.GSInternalSpaceException 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 com.j_spaces.core.exception.internal.GSInternalSpaceException implements Serializable

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

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

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

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

Class com.j_spaces.core.exception.internal.ReplicationInternalSpaceException extends com.j_spaces.core.exception.internal.GSInternalSpaceException 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

writeMatchObjects

Map<K,V> writeMatchObjects

readMatchObjects

Map<K,V> readMatchObjects

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.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.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

writeExternal

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

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

writeExternal

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

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

writeExternal

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

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

writeExternal

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

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

writeExternal

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

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

writeExternal

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

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

writeExternal

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

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.BlockingTaskQueue extends com.j_spaces.kernel.TaskQueue<E> implements Serializable

Serialized Fields

_timeout

long _timeout

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

Serialized Fields

_size

AtomicInteger _size

Class com.j_spaces.kernel.TaskQueue extends LinkedBlockingQueue<E> implements Serializable

Serialized Fields

_owner

com.j_spaces.kernel.WorkingGroup<E> _owner

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


Package com.j_spaces.www

Class com.j_spaces.www.DSession extends MetaDataEntry implements Serializable

Serialized Fields

creationTime

Long creationTime

lastAccessedTime

Long lastAccessedTime

id

String id

values

Hashtable<K,V> values

maxInactive

Integer maxInactive