Interface sunw.corba.TypeCodeRef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sunw.corba.TypeCodeRef

public interface TypeCodeRef
extends Object
extends Marshalable

Method Index

 o equal(TypeCodeRef)
 o kind()
 o marshalDuplicate(MarshalBuffer, Object)
 o marshalRelease(MarshalBuffer, Object)
 o unmarshal(MarshalBuffer)

Methods

 o equal
  public abstract boolean equal(TypeCodeRef tc) throws SystemException
 o kind
  public abstract int kind() throws SystemException
 o unmarshal
  public abstract void unmarshal(MarshalBuffer mb) throws ORBException
 o marshalDuplicate
  public abstract void marshalDuplicate(MarshalBuffer mb,
                                        Object value) throws ORBException
 o marshalRelease
  public abstract void marshalRelease(MarshalBuffer mb,
                                      Object value) throws ORBException

All Packages  Class Hierarchy  This Package  Previous  Next  Index