public class _ITypesTie extends _ITypesDisp implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
__idsice_staticId| Constructor and Description | 
|---|
_ITypesTie(_ITypesOperations delegate)  | 
_ITypesTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
allEnumerations_async(AMD_ITypes_allEnumerations __cb,
                     java.lang.String type,
                     Ice.Current __current)  | 
void | 
createEnumeration_async(AMD_ITypes_createEnumeration __cb,
                       IObject newEnum,
                       Ice.Current __current)  | 
void | 
deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb,
                       IObject oldEnum,
                       Ice.Current __current)
Deletes enumeration value specified by object. 
 | 
boolean | 
equals(java.lang.Object rhs)  | 
void | 
getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb,
                        Ice.Current __current)
Returns a list of classes which implement
  
IAnnotated. | 
void | 
getEnumeration_async(AMD_ITypes_getEnumeration __cb,
                    java.lang.String type,
                    java.lang.String value,
                    Ice.Current __current)
Lookup an enumeration value. 
 | 
void | 
getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb,
                                Ice.Current __current)
Gets all metadata classes which are IEnum type with
 contained objects. 
 | 
void | 
getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb,
                         Ice.Current __current)
Gets all metadata classes which are IEnum type. 
 | 
void | 
getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb,
                             Ice.Current __current)
Gets all original values. 
 | 
int | 
hashCode()  | 
java.lang.Object | 
ice_delegate()  | 
void | 
ice_delegate(java.lang.Object delegate)  | 
void | 
resetEnumerations_async(AMD_ITypes_resetEnumerations __cb,
                       java.lang.String enumClass,
                       Ice.Current __current)  | 
void | 
updateEnumeration_async(AMD_ITypes_updateEnumeration __cb,
                       IObject oldEnum,
                       Ice.Current __current)
Updates enumeration value specified by object. 
 | 
void | 
updateEnumerations_async(AMD_ITypes_updateEnumerations __cb,
                        java.util.List<IObject> oldEnums,
                        Ice.Current __current)
Updates enumeration value specified by object. 
 | 
___allEnumerations, ___createEnumeration, ___deleteEnumeration, ___getAnnotationTypes, ___getEnumeration, ___getEnumerationsWithEntries, ___getEnumerationTypes, ___getOriginalEnumerations, ___resetEnumerations, ___updateEnumeration, ___updateEnumerations, __dispatch, __readImpl, __writeImpl, allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, resetEnumerations_async, updateEnumeration_async, updateEnumerations_async___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalpublic static final long serialVersionUID
public _ITypesTie()
public _ITypesTie(_ITypesOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type, Ice.Current __current) throws ServerError
allEnumerations_async in interface _ITypesOperationsServerErrorpublic void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum, Ice.Current __current) throws ServerError
createEnumeration_async in interface _ITypesOperationsServerErrorpublic void deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
_ITypesOperationsdeleteEnumeration_async in interface _ITypesOperations__cb - The callback object for the operation.oldEnum - An enumeration object which should be
 searched.__current - The Current object for the invocation.ServerErrorpublic void getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb, Ice.Current __current) throws ServerError
_ITypesOperationsIAnnotated. These can
 be used in combination with Search.getAnnotationTypes_async in interface _ITypesOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value, Ice.Current __current) throws ServerError
_ITypesOperationsIQuery queries returning no results
 will through an exception.getEnumeration_async in interface _ITypesOperations__cb - The callback object for the operation.type - An enumeration class which should be searched.__current - The Current object for the invocation.ServerErrorpublic void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb, Ice.Current __current) throws ServerError
_ITypesOperationsgetEnumerationTypes_async in interface _ITypesOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb, Ice.Current __current) throws ServerError
_ITypesOperationsgetEnumerationsWithEntries_async in interface _ITypesOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb, Ice.Current __current) throws ServerError
_ITypesOperationsgetOriginalEnumerations_async in interface _ITypesOperations__cb - The callback object for the operation.__current - The Current object for the invocation.ServerErrorpublic void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass, Ice.Current __current) throws ServerError
resetEnumerations_async in interface _ITypesOperationsServerErrorpublic void updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
_ITypesOperationsupdateEnumeration_async in interface _ITypesOperations__cb - The callback object for the operation.oldEnum - An enumeration object which should be
 searched.__current - The Current object for the invocation.ServerErrorpublic void updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums, Ice.Current __current) throws ServerError
_ITypesOperationsupdateEnumerations_async in interface _ITypesOperations__cb - The callback object for the operation.oldEnums - An enumeration collection of objects which
 should be searched.__current - The Current object for the invocation.ServerError