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

Constructor Index

 o Any()

Method Index

 o _repositoryIdentifier()
 o any_decoder(TypeCodeRef, MarshalBuffer, MarshalBuffer)
 o createAnyFromChar(char)
 o createAnyFromDouble(double)
 o createAnyFromFloat(float)
 o createAnyFromLong(int)
 o createAnyFromObject(ObjectRef)
 o createAnyFromOctet(byte)
 o createAnyFromShort(short)
 o createAnyFromString(String)
 o createAnyFromUnsignedLong(int)
 o createAnyFromUnsignedShort(short)
 o createBooleanFromAny(boolean)
 o getAnyFromUnsignedLong(Any)
 o getBooleanFromAny(Any)
 o getCharFromAny(Any)
 o getDoubleFromAny(Any)
 o getFloatFromAny(Any)
 o getLongFromAny(Any)
 o getObjectFromAny(Any)
 o getOctetFromAny(Any)
 o getShortFromAny(Any)
 o getStringFromAny(Any)
 o getUnsignedShortFromAny(Any)
 o marshalDuplicate(MarshalBuffer)
Marshal this CORBA object  o marshalRelease(MarshalBuffer)
Marshal this CORBA object  o unmarshal(MarshalBuffer)

Constructors

 o Any
  public Any()

Methods

 o 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.
 o 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.
 o 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.
 o getOctetFromAny
  public static synchronized byte getOctetFromAny(Any a) throws SystemException
 o createAnyFromOctet
  public static Any createAnyFromOctet(byte x) throws SystemException
 o getCharFromAny
  public static synchronized char getCharFromAny(Any a) throws SystemException
 o createAnyFromChar
  public static Any createAnyFromChar(char x) throws SystemException
 o getBooleanFromAny
  public static synchronized boolean getBooleanFromAny(Any a) throws SystemException
 o createBooleanFromAny
  public static Any createBooleanFromAny(boolean x) throws SystemException
 o getShortFromAny
  public static synchronized short getShortFromAny(Any a) throws SystemException
 o createAnyFromShort
  public static Any createAnyFromShort(short x) throws SystemException
 o getUnsignedShortFromAny
  public static synchronized short getUnsignedShortFromAny(Any a) throws SystemException
 o createAnyFromUnsignedShort
  public static Any createAnyFromUnsignedShort(short x) throws SystemException
 o getLongFromAny
  public static synchronized int getLongFromAny(Any a) throws SystemException
 o createAnyFromLong
  public static Any createAnyFromLong(int x) throws SystemException
 o getAnyFromUnsignedLong
  public static synchronized int getAnyFromUnsignedLong(Any a) throws SystemException
 o createAnyFromUnsignedLong
  public static Any createAnyFromUnsignedLong(int x) throws SystemException
 o getFloatFromAny
  public static synchronized float getFloatFromAny(Any a) throws SystemException
 o createAnyFromFloat
  public static Any createAnyFromFloat(float x) throws SystemException
 o getDoubleFromAny
  public static synchronized double getDoubleFromAny(Any a) throws SystemException
 o createAnyFromDouble
  public static Any createAnyFromDouble(double x) throws SystemException
 o getStringFromAny
  public static synchronized String getStringFromAny(Any a) throws SystemException
 o createAnyFromString
  public static Any createAnyFromString(String x) throws SystemException
 o getObjectFromAny
  public static synchronized ObjectRef getObjectFromAny(Any a) throws SystemException
 o createAnyFromObject
  public static Any createAnyFromObject(ObjectRef x) throws SystemException
 o any_decoder
  public void any_decoder(TypeCodeRef tc,
                          MarshalBuffer dst,
                          MarshalBuffer src) throws ORBException
 o _repositoryIdentifier
  public static String _repositoryIdentifier()

All Packages  Class Hierarchy  This Package  Previous  Next  Index