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

Constructor Index

 o Skeleton()
 o Skeleton(String)

Method Index

 o _execute(MethodPointer, InputStream, OutputStream)
 o _methods()
 o _object_name()
 o _usesWChar()

Constructors

 o Skeleton
protected Skeleton()
 o Skeleton
protected Skeleton(String object_name)

Methods

 o _object_name
public String _object_name()
Overrides:
_object_name in class ObjectImpl
 o _methods
public abstract MethodPointer[] _methods()
 o _execute
public abstract boolean _execute(MethodPointer m,
                                 InputStream i,
                                 OutputStream o)
 o _usesWChar
public boolean _usesWChar()

All Packages  Class Hierarchy  This Package  Previous  Next  Index