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_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, resetEnumerations_async, updateEnumeration_async, updateEnumerations_async
public static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public 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 _ITypesOperationsNC
ServerError
public final void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum) throws ServerError
createEnumeration_async
in interface _ITypesOperationsNC
ServerError
public 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.ServerError
public 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.ServerError
public 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.ServerError
public final void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb) throws ServerError
getEnumerationTypes_async
in interface _ITypesOperationsNC
__cb
- The callback object for the operation.ServerError
public final void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb) throws ServerError
getEnumerationsWithEntries_async
in interface _ITypesOperationsNC
__cb
- The callback object for the operation.ServerError
public final void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb) throws ServerError
getOriginalEnumerations_async
in interface _ITypesOperationsNC
__cb
- The callback object for the operation.ServerError
public final void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass) throws ServerError
resetEnumerations_async
in interface _ITypesOperationsNC
ServerError
public 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.ServerError
public 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.ServerError
public 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.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl