Serialized Form


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

Serialized Fields

m_PolicyType

int m_PolicyType

m_OperationType

int m_OperationType

m_Group

com.gigaspaces.cluster.loadbalance.GroupData m_Group

m_DoNotUseAlternateGroups

boolean m_DoNotUseAlternateGroups

m_OnlyBackups

boolean[] m_OnlyBackups

m_MasterForBackupOnly

int[] m_MasterForBackupOnly

m_Backups

List<E>[] m_Backups

m_ActiveMembers

int[] m_ActiveMembers

m_ActualLocalSpace

String m_ActualLocalSpace

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

Serialized Fields

m_GroupMembers

List<E> m_GroupMembers

m_Availability

boolean[] m_Availability

m_ReadInfo

com.gigaspaces.cluster.loadbalance.OperationData m_ReadInfo

m_WriteInfo

com.gigaspaces.cluster.loadbalance.OperationData m_WriteInfo

m_NotifyInfo

com.gigaspaces.cluster.loadbalance.OperationData m_NotifyInfo

m_TakeInfo

com.gigaspaces.cluster.loadbalance.OperationData m_TakeInfo

m_DefaultInfo

com.gigaspaces.cluster.loadbalance.OperationData m_DefaultInfo

m_IsPrimary

boolean m_IsPrimary

m_ReadFO

com.gigaspaces.cluster.loadbalance.FOOperationData m_ReadFO

m_WriteFO

com.gigaspaces.cluster.loadbalance.FOOperationData m_WriteFO

m_NotifyFO

com.gigaspaces.cluster.loadbalance.FOOperationData m_NotifyFO

m_TakeFO

com.gigaspaces.cluster.loadbalance.FOOperationData m_TakeFO

m_DefaultFO

com.gigaspaces.cluster.loadbalance.FOOperationData m_DefaultFO

m_LocalSpaceHere

boolean m_LocalSpaceHere

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

serialVersionUID: 1L

Serialized Fields

m_Groups

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

m_CurrentGropNumberRead

int m_CurrentGropNumberRead

m_CurrentGropNumberWrite

int m_CurrentGropNumberWrite

m_CurrentGropNumberTake

int m_CurrentGropNumberTake

m_CurrentGropNumberNotify

int m_CurrentGropNumberNotify

_isFailOver

boolean _isFailOver

m_policy

ClusterPolicy m_policy

m_Proxy

com.j_spaces.core.cluster.JSpaceClusteredProxy m_Proxy

m_GDLocalSpace

com.gigaspaces.cluster.loadbalance.GroupData m_GDLocalSpace

m_LocalSpaceIndex

int m_LocalSpaceIndex

m_FixedOwnership_Write

boolean m_FixedOwnership_Write

m_FixedOwnership_Read

boolean m_FixedOwnership_Read

m_FixedOwnership_Take

boolean m_FixedOwnership_Take

m_FixedOwnership_Notify

boolean m_FixedOwnership_Notify

m_ApplyOwnership

boolean m_ApplyOwnership

m_LBBroadcast_write

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo m_LBBroadcast_write

m_LBBroadcastWrite_members

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

m_LBBroadcast_notify

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo m_LBBroadcast_notify

m_LBBroadcastNotify_members

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

m_LBBroadcast_take

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo m_LBBroadcast_take

m_LBBroadcastTake_members

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

m_LBBroadcast_read

com.gigaspaces.cluster.loadbalance.LoadBalanceBroadcastInfo m_LBBroadcast_read

m_LBBroadcastRead_members

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

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_DisableMultiSpacesBroadcast

boolean m_DisableMultiSpacesBroadcast

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

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

Serialized Fields

_groupData

com.gigaspaces.cluster.loadbalance.GroupData _groupData

_index

int _index

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

Serialized Fields

m_PolicyType

com.gigaspaces.cluster.loadbalance.OperationData.Policy m_PolicyType

m_OperationType

int m_OperationType

m_weights

com.gigaspaces.cluster.loadbalance.Weights m_weights

m_AtomicIndex

AtomicInteger m_AtomicIndex

m_Priorities

TreeSet<E> m_Priorities

m_NeedRefresh

boolean m_NeedRefresh

m_Group

com.gigaspaces.cluster.loadbalance.GroupData m_Group

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

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

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

Serialized Fields

_typeTableEntry

com.j_spaces.core.TypeTableEntry _typeTableEntry

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

serialVersionUID: 2L

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 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.EntrySerializationException extends RuntimeException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 2L

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

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

Serialized Fields

m_Entry

com.j_spaces.core.EntryHolder m_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.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

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

m_ClassName

String m_ClassName

m_CodeBase

String m_CodeBase

m_FieldsNames

String[] m_FieldsNames

m_IndexedFields

boolean[] m_IndexedFields

m_FieldsTypes

String[] m_FieldsTypes

m_SuperClassesChecksum

int m_SuperClassesChecksum

m_FieldsNamesChecksum

int m_FieldsNamesChecksum

m_FieldsTypesChecksum

int m_FieldsTypesChecksum

m_SuperClassesNames

String[] m_SuperClassesNames

m_SuperClassesEnumeration

int[] m_SuperClassesEnumeration

m_SubClassesNames

String[] m_SubClassesNames

m_SubClassesEnumeration

int[] m_SubClassesEnumeration

m_Inactive

boolean m_Inactive

m_Replicatable

boolean m_Replicatable

m_FifoSupported

boolean m_FifoSupported

m_FifoFinalized

boolean m_FifoFinalized

_firstIndexesPos

int _firstIndexesPos

_objectFormat

short _objectFormat

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

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

serialVersionUID: -6396162967502290947L

Serialized Fields

className

String className

theCausedEvent

com.j_spaces.core.cluster.SyncPacket theCausedEvent

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

int 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

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

_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

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

Serialization Methods

readObject

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

_uuid

Uuid _uuid

_hashCode

int _hashCode

m_RemoteJSpace

com.j_spaces.core.IRemoteJSpace m_RemoteJSpace

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.


m_SuperClassesChecksum

int m_SuperClassesChecksum
Internal use only.


m_FieldsNamesChecksum

int m_FieldsNamesChecksum
Internal use only.


m_FieldsTypesChecksum

int m_FieldsTypesChecksum
Internal use only.


_isExtendedIndexing

boolean _isExtendedIndexing