public abstract class _ITypesDisp extends Ice.ObjectImpl implements ITypes
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String[] | __ids | 
| static long | serialVersionUID | 
ice_staticId| Constructor and Description | 
|---|
| _ITypesDisp() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Ice.DispatchStatus | ___allEnumerations(ITypes __obj,
                  IceInternal.Incoming __inS,
                  Ice.Current __current) | 
| static Ice.DispatchStatus | ___createEnumeration(ITypes __obj,
                    IceInternal.Incoming __inS,
                    Ice.Current __current) | 
| static Ice.DispatchStatus | ___deleteEnumeration(ITypes __obj,
                    IceInternal.Incoming __inS,
                    Ice.Current __current) | 
| static Ice.DispatchStatus | ___getAnnotationTypes(ITypes __obj,
                     IceInternal.Incoming __inS,
                     Ice.Current __current) | 
| static Ice.DispatchStatus | ___getEnumeration(ITypes __obj,
                 IceInternal.Incoming __inS,
                 Ice.Current __current) | 
| static Ice.DispatchStatus | ___getEnumerationsWithEntries(ITypes __obj,
                             IceInternal.Incoming __inS,
                             Ice.Current __current) | 
| static Ice.DispatchStatus | ___getEnumerationTypes(ITypes __obj,
                      IceInternal.Incoming __inS,
                      Ice.Current __current) | 
| static Ice.DispatchStatus | ___getOriginalEnumerations(ITypes __obj,
                          IceInternal.Incoming __inS,
                          Ice.Current __current) | 
| static Ice.DispatchStatus | ___resetEnumerations(ITypes __obj,
                    IceInternal.Incoming __inS,
                    Ice.Current __current) | 
| static Ice.DispatchStatus | ___updateEnumeration(ITypes __obj,
                    IceInternal.Incoming __inS,
                    Ice.Current __current) | 
| static Ice.DispatchStatus | ___updateEnumerations(ITypes __obj,
                     IceInternal.Incoming __inS,
                     Ice.Current __current) | 
| Ice.DispatchStatus | __dispatch(IceInternal.Incoming in,
          Ice.Current __current) | 
| protected void | __readImpl(IceInternal.BasicStream __is) | 
| protected void | __writeImpl(IceInternal.BasicStream __os) | 
| void | allEnumerations_async(AMD_ITypes_allEnumerations __cb,
                     java.lang.String type) | 
| void | createEnumeration_async(AMD_ITypes_createEnumeration __cb,
                       IObject newEnum) | 
| void | deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb,
                       IObject oldEnum)Deletes enumeration value specified by object. | 
| void | getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb)Returns a list of classes which implement
  IAnnotated. | 
| void | getEnumeration_async(AMD_ITypes_getEnumeration __cb,
                    java.lang.String type,
                    java.lang.String value)Lookup an enumeration value. | 
| void | getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb)Gets all metadata classes which are IEnum type with
 contained objects. | 
| void | getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb)Gets all metadata classes which are IEnum type. | 
| void | getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb)Gets all original values. | 
| protected void | ice_copyStateFrom(Ice.Object __obj) | 
| java.lang.String | ice_id() | 
| java.lang.String | ice_id(Ice.Current __current) | 
| java.lang.String[] | ice_ids() | 
| java.lang.String[] | ice_ids(Ice.Current __current) | 
| boolean | ice_isA(java.lang.String s) | 
| boolean | ice_isA(java.lang.String s,
       Ice.Current __current) | 
| static java.lang.String | ice_staticId() | 
| void | resetEnumerations_async(AMD_ITypes_resetEnumerations __cb,
                       java.lang.String enumClass) | 
| void | updateEnumeration_async(AMD_ITypes_updateEnumeration __cb,
                       IObject oldEnum)Updates enumeration value specified by object. | 
| void | updateEnumerations_async(AMD_ITypes_updateEnumerations __cb,
                        java.util.List<IObject> oldEnums)Updates enumeration value specified by object. | 
___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_preMarshalequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, resetEnumerations_async, updateEnumeration_async, updateEnumerations_asyncpublic static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj)
                          throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean ice_isA(java.lang.String s)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic java.lang.String[] ice_ids()
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String[] ice_ids(Ice.Current __current)
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String ice_id()
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic java.lang.String ice_id(Ice.Current __current)
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic static java.lang.String ice_staticId()
public final void allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type) throws ServerError
allEnumerations_async in interface _ITypesOperationsNCServerErrorpublic final void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum) throws ServerError
createEnumeration_async in interface _ITypesOperationsNCServerErrorpublic final void deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum) throws ServerError
deleteEnumeration_async in interface _ITypesOperationsNC__cb - The callback object for the operation.oldEnum - An enumeration object which should be
 searched.ServerErrorpublic final void getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb) throws ServerError
IAnnotated. These can
 be used in combination with Search.getAnnotationTypes_async in interface _ITypesOperationsNC__cb - The callback object for the operation.ServerErrorpublic final void getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value) throws ServerError
IQuery queries returning no results
 will through an exception.getEnumeration_async in interface _ITypesOperationsNC__cb - The callback object for the operation.type - An enumeration class which should be searched.ServerErrorpublic final void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb) throws ServerError
getEnumerationTypes_async in interface _ITypesOperationsNC__cb - The callback object for the operation.ServerErrorpublic final void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb) throws ServerError
getEnumerationsWithEntries_async in interface _ITypesOperationsNC__cb - The callback object for the operation.ServerErrorpublic final void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb) throws ServerError
getOriginalEnumerations_async in interface _ITypesOperationsNC__cb - The callback object for the operation.ServerErrorpublic final void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass) throws ServerError
resetEnumerations_async in interface _ITypesOperationsNCServerErrorpublic final void updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum) throws ServerError
updateEnumeration_async in interface _ITypesOperationsNC__cb - The callback object for the operation.oldEnum - An enumeration object which should be
 searched.ServerErrorpublic final void updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums) throws ServerError
updateEnumerations_async in interface _ITypesOperationsNC__cb - The callback object for the operation.oldEnums - An enumeration collection of objects which
 should be searched.ServerErrorpublic static Ice.DispatchStatus ___createEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___allEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___updateEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___updateEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___deleteEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getEnumerationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getAnnotationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getEnumerationsWithEntries(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getOriginalEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___resetEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in,
                                     Ice.Current __current)
__dispatch in interface Ice.Object__dispatch in class Ice.ObjectImplprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class Ice.ObjectImplprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class Ice.ObjectImpl