Class sunw.corba.Any
All Packages Class Hierarchy This Package Previous Next Index
Class sunw.corba.Any
java.lang.Object
|
+----sunw.corba.Any
- public class Any
- extends Object
- implements Marshalable
-
Any()
-
-
_repositoryIdentifier()
-
-
any_decoder(TypeCodeRef, MarshalBuffer, MarshalBuffer)
-
-
createAnyFromChar(char)
-
-
createAnyFromDouble(double)
-
-
createAnyFromFloat(float)
-
-
createAnyFromLong(int)
-
-
createAnyFromObject(ObjectRef)
-
-
createAnyFromOctet(byte)
-
-
createAnyFromShort(short)
-
-
createAnyFromString(String)
-
-
createAnyFromUnsignedLong(int)
-
-
createAnyFromUnsignedShort(short)
-
-
createBooleanFromAny(boolean)
-
-
getAnyFromUnsignedLong(Any)
-
-
getBooleanFromAny(Any)
-
-
getCharFromAny(Any)
-
-
getDoubleFromAny(Any)
-
-
getFloatFromAny(Any)
-
-
getLongFromAny(Any)
-
-
getObjectFromAny(Any)
-
-
getOctetFromAny(Any)
-
-
getShortFromAny(Any)
-
-
getStringFromAny(Any)
-
-
getUnsignedShortFromAny(Any)
-
-
marshalDuplicate(MarshalBuffer)
- Marshal this CORBA object
marshalRelease(MarshalBuffer)
- Marshal this CORBA object
unmarshal(MarshalBuffer)
-
Any
public Any()
unmarshal
public void unmarshal(MarshalBuffer mb) throws ORBException
- Parameters:
- mb - The MarshalBuffer to use for unmarshaling.
- Throws: SystemException
- One of a fixed set of Corba system exceptions.
marshalDuplicate
public void marshalDuplicate(MarshalBuffer mb) throws ORBException
- Marshal this CORBA object
- Parameters:
- mb - The MarshalBuffer to use for marshaling.
- Throws: SystemException
- One of a fixed set of Corba system exceptions.
marshalRelease
public void marshalRelease(MarshalBuffer mb) throws ORBException
- Marshal this CORBA object
- Parameters:
- mb - The MarshalBuffer to use for marshaling.
- Throws: SystemException
- One of a fixed set of Corba system exceptions.
getOctetFromAny
public static synchronized byte getOctetFromAny(Any a) throws SystemException
createAnyFromOctet
public static Any createAnyFromOctet(byte x) throws SystemException
getCharFromAny
public static synchronized char getCharFromAny(Any a) throws SystemException
createAnyFromChar
public static Any createAnyFromChar(char x) throws SystemException
getBooleanFromAny
public static synchronized boolean getBooleanFromAny(Any a) throws SystemException
createBooleanFromAny
public static Any createBooleanFromAny(boolean x) throws SystemException
getShortFromAny
public static synchronized short getShortFromAny(Any a) throws SystemException
createAnyFromShort
public static Any createAnyFromShort(short x) throws SystemException
getUnsignedShortFromAny
public static synchronized short getUnsignedShortFromAny(Any a) throws SystemException
createAnyFromUnsignedShort
public static Any createAnyFromUnsignedShort(short x) throws SystemException
getLongFromAny
public static synchronized int getLongFromAny(Any a) throws SystemException
createAnyFromLong
public static Any createAnyFromLong(int x) throws SystemException
getAnyFromUnsignedLong
public static synchronized int getAnyFromUnsignedLong(Any a) throws SystemException
createAnyFromUnsignedLong
public static Any createAnyFromUnsignedLong(int x) throws SystemException
getFloatFromAny
public static synchronized float getFloatFromAny(Any a) throws SystemException
createAnyFromFloat
public static Any createAnyFromFloat(float x) throws SystemException
getDoubleFromAny
public static synchronized double getDoubleFromAny(Any a) throws SystemException
createAnyFromDouble
public static Any createAnyFromDouble(double x) throws SystemException
getStringFromAny
public static synchronized String getStringFromAny(Any a) throws SystemException
createAnyFromString
public static Any createAnyFromString(String x) throws SystemException
getObjectFromAny
public static synchronized ObjectRef getObjectFromAny(Any a) throws SystemException
createAnyFromObject
public static Any createAnyFromObject(ObjectRef x) throws SystemException
any_decoder
public void any_decoder(TypeCodeRef tc,
MarshalBuffer dst,
MarshalBuffer src) throws ORBException
_repositoryIdentifier
public static String _repositoryIdentifier()
All Packages Class Hierarchy This Package Previous Next Index