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

Class sunw.corba.TypeCodeStub

java.lang.Object
   |
   +----sunw.corba.TypeCodeStub

public class TypeCodeStub
extends Object
implements TypeCodeRef

Variable Index

 o tcBoolean
 o tcChar
 o tcDouble
 o tcFloat
 o tcLong
 o tcNull
 o tcObject
 o tcOctet
 o tcShort
 o tcString
 o tcUnsignedLong
 o tcUnsignedShort

Method Index

 o _classInterfaceName()
 o _interfaceName()
 o _repositoryIdentifier()
 o createRef()
 o equal(TypeCodeRef)
 o kind()
 o marshalDuplicate(MarshalBuffer)
 o marshalDuplicate(MarshalBuffer, Object)
 o marshalRelease(MarshalBuffer)
 o marshalRelease(MarshalBuffer, Object)
 o unmarshal(MarshalBuffer)

Variables

 o tcNull
  public static TypeCodeRef tcNull
 o tcOctet
  public static TypeCodeRef tcOctet
 o tcChar
  public static TypeCodeRef tcChar
 o tcFloat
  public static TypeCodeRef tcFloat
 o tcDouble
  public static TypeCodeRef tcDouble
 o tcShort
  public static TypeCodeRef tcShort
 o tcUnsignedShort
  public static TypeCodeRef tcUnsignedShort
 o tcLong
  public static TypeCodeRef tcLong
 o tcUnsignedLong
  public static TypeCodeRef tcUnsignedLong
 o tcString
  public static TypeCodeRef tcString
 o tcBoolean
  public static TypeCodeRef tcBoolean
 o tcObject
  public static TypeCodeRef tcObject

Methods

 o createRef
  public static TypeCodeRef createRef()
 o equal
  public boolean equal(TypeCodeRef arg) throws SystemException
 o kind
  public int kind() throws SystemException
 o unmarshal
  public void unmarshal(MarshalBuffer mb) throws ORBException
 o marshalDuplicate
  public void marshalDuplicate(MarshalBuffer mb) throws ORBException
 o marshalRelease
  public void marshalRelease(MarshalBuffer mb) throws ORBException
 o marshalDuplicate
  public void marshalDuplicate(MarshalBuffer mb,
                               Object value) throws ORBException
 o marshalRelease
  public void marshalRelease(MarshalBuffer mb,
                             Object value) throws ORBException
 o _interfaceName
  public InterfaceNameDescriptor _interfaceName()
 o _classInterfaceName
  public static InterfaceNameDescriptor _classInterfaceName()
 o _repositoryIdentifier
  public static String _repositoryIdentifier()

All Packages  Class Hierarchy  This Package  Previous  Next  Index