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
-
tcBoolean
-
-
tcChar
-
-
tcDouble
-
-
tcFloat
-
-
tcLong
-
-
tcNull
-
-
tcObject
-
-
tcOctet
-
-
tcShort
-
-
tcString
-
-
tcUnsignedLong
-
-
tcUnsignedShort
-
-
_classInterfaceName()
-
-
_interfaceName()
-
-
_repositoryIdentifier()
-
-
createRef()
-
-
equal(TypeCodeRef)
-
-
kind()
-
-
marshalDuplicate(MarshalBuffer)
-
-
marshalDuplicate(MarshalBuffer, Object)
-
-
marshalRelease(MarshalBuffer)
-
-
marshalRelease(MarshalBuffer, Object)
-
-
unmarshal(MarshalBuffer)
-
tcNull
public static TypeCodeRef tcNull
tcOctet
public static TypeCodeRef tcOctet
tcChar
public static TypeCodeRef tcChar
tcFloat
public static TypeCodeRef tcFloat
tcDouble
public static TypeCodeRef tcDouble
tcShort
public static TypeCodeRef tcShort
tcUnsignedShort
public static TypeCodeRef tcUnsignedShort
tcLong
public static TypeCodeRef tcLong
tcUnsignedLong
public static TypeCodeRef tcUnsignedLong
tcString
public static TypeCodeRef tcString
tcBoolean
public static TypeCodeRef tcBoolean
tcObject
public static TypeCodeRef tcObject
createRef
public static TypeCodeRef createRef()
equal
public boolean equal(TypeCodeRef arg) throws SystemException
kind
public int kind() throws SystemException
unmarshal
public void unmarshal(MarshalBuffer mb) throws ORBException
marshalDuplicate
public void marshalDuplicate(MarshalBuffer mb) throws ORBException
marshalRelease
public void marshalRelease(MarshalBuffer mb) throws ORBException
marshalDuplicate
public void marshalDuplicate(MarshalBuffer mb,
Object value) throws ORBException
marshalRelease
public void marshalRelease(MarshalBuffer mb,
Object value) throws ORBException
_interfaceName
public InterfaceNameDescriptor _interfaceName()
_classInterfaceName
public static InterfaceNameDescriptor _classInterfaceName()
_repositoryIdentifier
public static String _repositoryIdentifier()
All Packages Class Hierarchy This Package Previous Next Index