Public Member Functions | |
AnyAide (ContainerServicesBase cs) | |
Any | arrayToCorbaAny (Object objs) throws AcsJException |
Any | doubleArrayToCorbaAny (double[] doubles) |
Any | floatArrayToCorbaAny (float[] floats) |
Any | intArrayToCorbaAny (int[] ints) |
Any | stringArrayToCorbaAny (String[] strings) |
Any | objectToCorbaAny (Object obj) throws AcsJException |
Any | complexObjectToCorbaAny (IDLEntity obj) throws AcsJException |
Object | corbaAnyToObject (Any any) |
Object | complexAnyToObject (Any any) |
Protected Member Functions | |
Any | internalArrayToCorbaAny (Object objs) throws AcsJException |
String | corbaStructToJavaClass (String id, boolean isNestedStruct) throws IllegalArgumentException |
Private Attributes | |
final ContainerServicesBase | m_containerServices |
final Logger | m_logger |
|
Standard constructor.
|
|
Converts an array of simple type instances to a CORBA any.
|
|
Extracts from a Corba Any the embedded user-defined event data. The returned data can be either
|
|
Converts a complex CORBA-based object to a CORBA any.
|
|
Method which attempts to (and under normal circumstances should succeed) convert a CORBA any object to the corresponding Java object. For simple CORBA types such as long, this method will extract the long and embed it within a java.lang.Long object. In the event of failure, a null object is returned.
|
|
Derives the qualified Java class name for an IDL-defined struct from the Corba ID of that struct.
|
|
|
|
|
|
|
|
Moved here from the now-deprecated method arrayToCorbaAny. |
|
Converts a generic Java object to a CORBA Any. May fail.
|
|
|
|
reference to the container services |
|
our own logger |