Serialized Form
|
Package com.gigaspaces.cluster.activeelection |
serialVersionUID: 1L
serialVersionUID: 1L
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
_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
serialVersionUID: 1L
state
String state
|
Package com.gigaspaces.cluster.loadbalance |
|
Class com.gigaspaces.cluster.loadbalance.FOOperationData extends Object implements Serializable |
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 |
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 |
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
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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 |
_groupData
com.gigaspaces.cluster.loadbalance.GroupData _groupData
_index
int _index
|
Class com.gigaspaces.cluster.loadbalance.OperationData extends Object implements Serializable |
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 |
m_WeightSteps
int[] m_WeightSteps
m_Weights
int[] m_Weights
m_WeigthsSum
int m_WeigthsSum
|
Package com.gigaspaces.converter |
|
Package com.gigaspaces.converter.pojo |
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 |
externalEntryMap
Map<K,V> externalEntryMap
|
Package com.gigaspaces.datasource |
|
Package com.gigaspaces.events |
|
Class com.gigaspaces.events.AdminEvent extends RemoteEvent implements Serializable |
type
com.gigaspaces.events.AdminEvent.Type type
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 |
_templateID
String _templateID
_spaceUID
Uuid _spaceUID
_sequenceNumbers
Map<K,V> _sequenceNumbers
|
Class com.gigaspaces.events.NotifyInfo extends Object implements Serializable |
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 |
_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
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
_className
String _className
|
Class com.j_spaces.core.EntryDeletedException extends Exception implements Serializable |
uid
String uid
_deletedByOwnTxn
boolean _deletedByOwnTxn
|
Class com.j_spaces.core.EntryHolder extends Object implements Serializable |
serialVersionUID: 4644488972190391027L
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 |
_entryHolder
com.j_spaces.core.EntryHolder _entryHolder
|
Class com.j_spaces.core.EntryPacket extends Object implements Serializable |
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Throws:
IOException
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 |
className
String className
entryFifoMode
boolean entryFifoMode
serverFifoMode
boolean serverFifoMode
templClassName
String templClassName
serialVersionUID: 1L
_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
_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
state
int state
|
Class com.j_spaces.core.LeaseInitializer.UpdateContextLease extends com.j_spaces.core.LeaseInitializer.UIDLease implements Serializable |
serialVersionUID: 1L
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 |
m_Map
Map<K,V> m_Map
m_Origin
com.j_spaces.core.IRemoteJSpace m_Origin
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
-
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
-
- Throws:
IOException
spaceName
String spaceName
|
Class com.j_spaces.core.NoMatchException extends Exception implements Serializable |
m_Entry
com.j_spaces.core.EntryHolder m_Entry
|
Class com.j_spaces.core.NotifyTemplateHolder extends com.j_spaces.core.TemplateHolder implements Serializable |
_notifyInfo
com.gigaspaces.events.NotifyInfo _notifyInfo
_batchOrder
long _batchOrder
_notifyInProgress
AtomicBoolean _notifyInProgress
_pendingEvents
Queue<E> _pendingEvents
serialVersionUID: 1L
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
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
-
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
-
- Throws:
IOException
serialVersionUID: 1L
_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 |
serialVersionUID: 1L
|
Class com.j_spaces.core.SSLStubHandlerImpl extends Object implements Serializable |
serialVersionUID: 3835153952172815926L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
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 |
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
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
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 |
m_Xtn1
ServerTransaction m_Xtn1
m_Xtn2
ServerTransaction m_Xtn2
|
Class com.j_spaces.core.TransactionNotActiveException extends Exception implements Serializable |
m_Xtn
ServerTransaction m_Xtn
|
Class com.j_spaces.core.TypeTableEntry extends Object implements Serializable |
serialVersionUID: -5282742465307880555L
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 |
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
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 |
_lock
com.j_spaces.core.transaction.ReadWriteLockResource _lock
|
Class com.j_spaces.core.XtnInfo extends Object implements Serializable |
serialVersionUID: 1L
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
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 |
serialVersionUID: 5275512379144854642L
_spaceName
String _spaceName
_containerName
String _containerName
_fullSpaceName
String _fullSpaceName
_schemaPath
String _schemaPath
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 |
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
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
_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
serialVersionUID: 1L
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