Interface sunw.corba.TypeCodeRef
All Packages Class Hierarchy This Package Previous Next Index
Interface sunw.corba.TypeCodeRef
- public interface TypeCodeRef
- extends Object
- extends Marshalable
-
equal(TypeCodeRef)
-
-
kind()
-
-
marshalDuplicate(MarshalBuffer, Object)
-
-
marshalRelease(MarshalBuffer, Object)
-
-
unmarshal(MarshalBuffer)
-
equal
public abstract boolean equal(TypeCodeRef tc) throws SystemException
kind
public abstract int kind() throws SystemException
unmarshal
public abstract void unmarshal(MarshalBuffer mb) throws ORBException
marshalDuplicate
public abstract void marshalDuplicate(MarshalBuffer mb,
Object value) throws ORBException
marshalRelease
public abstract void marshalRelease(MarshalBuffer mb,
Object value) throws ORBException
All Packages Class Hierarchy This Package Previous Next Index