All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.portable.Skeleton
java.lang.Object
|
+----org.omg.CORBA.portable.ObjectImpl
|
+----org.omg.CORBA.portable.Skeleton
- public abstract class Skeleton
- extends ObjectImpl
-
Skeleton()
-
-
Skeleton(String)
-
-
_execute(MethodPointer, InputStream, OutputStream)
-
-
_methods()
-
-
_object_name()
-
-
_usesWChar()
-
Skeleton
protected Skeleton()
Skeleton
protected Skeleton(String object_name)
_object_name
public String _object_name()
- Overrides:
- _object_name in class ObjectImpl
_methods
public abstract MethodPointer[] _methods()
_execute
public abstract boolean _execute(MethodPointer m,
InputStream i,
OutputStream o)
_usesWChar
public boolean _usesWChar()
All Packages Class Hierarchy This Package Previous Next Index