GigaSpaces XAP 9.0 API

com.j_spaces.core.client
Class BasicTypeInfo

java.lang.Object
  extended by com.j_spaces.core.client.BasicTypeInfo
All Implemented Interfaces:
Serializable

Deprecated. Since 8.0 - Use SpaceTypeDescriptor instead.

@Deprecated
public class BasicTypeInfo
extends Object
implements Serializable

This class provides Entry Class information.
Here is a simple usage of the BasicTypeInfo class:

 IJSpace space = (IJSpace) SpaceFinder.find(spaceURL);
 com.j_spaces.core.client.BasicTypeInfo classInfo = ((IRemoteJSpaceAdmin)space.getAdmin()).getClassTypeInfo(className);
 String[] fieldsNames = classInfo.getFieldsNames();
 String[] fieldsTypes = classInfo.getFieldsTypes();
 

Version:
1.0
Author:
Igor Goldenberg
See Also:
IRemoteJSpaceAdmin, Serialized Form

Field Summary
 String m_ClassName
          Deprecated. The type class name.
 String m_CodeBase
          Deprecated. The type code base.
 String[] m_FieldsNames
          Deprecated. The type fields names.
 String[] m_FieldsTypes
          Deprecated. The type fields types correlated to m_FieldsNames.
 boolean[] m_IndexedFields
          Deprecated. The type fields index indicators correlated to m_FieldsNames.
 boolean m_IsFifo
          Deprecated. Indicates if the type is et to FIFO.
 boolean m_IsReplicatable
          Deprecated. Indicates if the type is et to Replicatable.
 String[] m_SuperClasses
          Deprecated. The type super classes names.
 
Constructor Summary
BasicTypeInfo(com.gigaspaces.internal.metadata.ITypeDesc typeDesc)
          Deprecated.  
 
Method Summary
 void dump()
          Deprecated. Prints out to the standard output the BasicTypeInfo state Should be used for debug purposes.
 int getChecksum()
          Deprecated.  
 String getClassName()
          Deprecated. Returns Entry Class Name.
 String getCodeBase()
          Deprecated. Returns Entry Class Codebase.
 String[] getFieldsNames()
          Deprecated. Returns Entry Class Fields Names array.
 int getFieldsNamesChecksum()
          Deprecated. 
 String[] getFieldsTypes()
          Deprecated. Returns Entry Class Fields Types array.
 int getFieldsTypesChecksum()
          Deprecated. 
 boolean[] getIndexedFields()
          Deprecated. Returns Entry indexed Fields.
 short getObjectFormat()
          Deprecated.  
 int getPropertiesChecksum()
          Deprecated. 
 String[] getSuperClasses()
          Deprecated. Returns Entry Super Classes array.
 int getSuperClassesChecksum()
          Deprecated. 
 boolean isExtendedIndexing()
          Deprecated. Indicator if this class has extended indexing turned on.
 boolean isFifo()
          Deprecated. Returns true if FIFO enabled, otherwise false.
 boolean isReplicatable()
          Deprecated. Returns true if this class Replicatable, otherwise false.
protected  void setObjectFormat(short objectFormat)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_ClassName

public final String m_ClassName
Deprecated. 
The type class name.


m_CodeBase

public String m_CodeBase
Deprecated. 
The type code base.


m_SuperClasses

public final String[] m_SuperClasses
Deprecated. 
The type super classes names.


m_FieldsNames

public final String[] m_FieldsNames
Deprecated. 
The type fields names.


m_FieldsTypes

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


m_IndexedFields

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


m_IsFifo

public boolean m_IsFifo
Deprecated. 
Indicates if the type is et to FIFO.


m_IsReplicatable

public boolean m_IsReplicatable
Deprecated. 
Indicates if the type is et to Replicatable.

Constructor Detail

BasicTypeInfo

public BasicTypeInfo(com.gigaspaces.internal.metadata.ITypeDesc typeDesc)
Deprecated. 
Method Detail

getClassName

public String getClassName()
Deprecated. 
Returns Entry Class Name.

Returns:
Returns Entry Class Name.

getCodeBase

public String getCodeBase()
Deprecated. 
Returns Entry Class Codebase.

Returns:
Returns Entry Class Codebase.

getFieldsNames

public String[] getFieldsNames()
Deprecated. 
Returns Entry Class Fields Names array.

Returns:
Returns Entry Class Fields Names array.

getFieldsTypes

public String[] getFieldsTypes()
Deprecated. 
Returns Entry Class Fields Types array.

Returns:
Returns Entry Class Fields Types array.

getIndexedFields

public boolean[] getIndexedFields()
Deprecated. 
Returns Entry indexed Fields.

Returns:
Returns Entry indexed Fields.

getSuperClasses

public String[] getSuperClasses()
Deprecated. 
Returns Entry Super Classes array.

Returns:
Returns Entry Super Classes array.

isFifo

public boolean isFifo()
Deprecated. 
Returns true if FIFO enabled, otherwise false.

Returns:
Returns true if FIFO enabled, otherwise false.

isReplicatable

public boolean isReplicatable()
Deprecated. 
Returns true if this class Replicatable, otherwise false.

Returns:
Returns true if this class Replicatable, otherwise false.

getSuperClassesChecksum

@Deprecated
public int getSuperClassesChecksum()
Deprecated. 


getFieldsNamesChecksum

@Deprecated
public int getFieldsNamesChecksum()
Deprecated. 


getFieldsTypesChecksum

@Deprecated
public int getFieldsTypesChecksum()
Deprecated. 


getPropertiesChecksum

@Deprecated
public int getPropertiesChecksum()
Deprecated. 


getChecksum

public int getChecksum()
Deprecated. 

dump

public void dump()
Deprecated. 
Prints out to the standard output the BasicTypeInfo state Should be used for debug purposes.


isExtendedIndexing

public boolean isExtendedIndexing()
Deprecated. 
Indicator if this class has extended indexing turned on.

Returns:
true if class participates in extended indexing; false otherwise.

getObjectFormat

public short getObjectFormat()
Deprecated. 

setObjectFormat

protected void setObjectFormat(short objectFormat)
Deprecated. 

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.