public interface IServerTypeDesc
Modifier and Type | Field and Description |
---|---|
static String |
ROOT_SYSTEM_TYPE_NAME |
static String |
ROOT_TYPE_NAME |
Modifier and Type | Method and Description |
---|---|
void |
addSubType(IServerTypeDesc subType) |
IServerTypeDesc |
createCopy(IServerTypeDesc superType) |
IServerTypeDesc[] |
getAssignableTypes() |
IServerTypeDesc[] |
getSuperTypes() |
ITypeDesc |
getTypeDesc() |
int |
getTypeId() |
String |
getTypeName() |
boolean |
hasSubTypes() |
void |
inactivateType() |
boolean |
isActive() |
boolean |
isFifoSupported() |
boolean |
isInactive() |
boolean |
isRootType() |
void |
setTypeDesc(ITypeDesc typeDesc) |
static final String ROOT_TYPE_NAME
static final String ROOT_SYSTEM_TYPE_NAME
int getTypeId()
String getTypeName()
boolean isRootType()
ITypeDesc getTypeDesc()
void setTypeDesc(ITypeDesc typeDesc)
boolean isActive()
boolean isInactive()
void inactivateType()
boolean isFifoSupported()
IServerTypeDesc[] getSuperTypes()
IServerTypeDesc[] getAssignableTypes()
boolean hasSubTypes()
IServerTypeDesc createCopy(IServerTypeDesc superType)
void addSubType(IServerTypeDesc subType)
Copyright © GigaSpaces.