All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.inprise.vbroker.CORBA.portable.Skeleton

java.lang.Object
    |
    +----org.omg.CORBA.portable.ObjectImpl
            |
            +----org.omg.CORBA.portable.Skeleton
                    |
                    +----com.inprise.vbroker.CORBA.portable.Skeleton

public abstract class Skeleton
extends Skeleton
implements Object

Constructor Index

 o Skeleton()
 o Skeleton(String)

Method Index

 o _bind_options()
 o _bind_options(BindOptions)
 o _boa()
 o _clone()
 o _invoke(OutputStream, StringHolder)
 o _invoke(OutputStream, StringHolder, Context, ContextList)
 o _is_bound()
 o _is_persistent()
 o _is_remote()
 o _principal()
 o _principal(Principal)
 o _repository_id()
 o _resolve_reference(String)

Constructors

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

Methods

 o _boa
public BOA _boa()
Overrides:
_boa in class ObjectImpl
 o _repository_id
public String _repository_id()
Overrides:
_repository_id in class ObjectImpl
 o _is_remote
public boolean _is_remote()
Overrides:
_is_remote in class ObjectImpl
 o _is_bound
public boolean _is_bound()
Overrides:
_is_bound in class ObjectImpl
 o _is_persistent
public boolean _is_persistent()
Overrides:
_is_persistent in class ObjectImpl
 o _principal
public Principal _principal()
Overrides:
_principal in class ObjectImpl
 o _principal
public void _principal(Principal principal)
Overrides:
_principal in class ObjectImpl
 o _bind_options
public BindOptions _bind_options()
Overrides:
_bind_options in class ObjectImpl
 o _bind_options
public void _bind_options(BindOptions options)
Overrides:
_bind_options in class ObjectImpl
 o _clone
public Object _clone()
Overrides:
_clone in class ObjectImpl
 o _resolve_reference
public Object _resolve_reference(String id)
Overrides:
_resolve_reference in class ObjectImpl
 o _invoke
public InputStream _invoke(OutputStream o,
                           StringHolder exception_id)
Overrides:
_invoke in class ObjectImpl
 o _invoke
public InputStream _invoke(OutputStream o,
                           StringHolder exception_id,
                           Context context,
                           ContextList contexts)
Overrides:
_invoke in class ObjectImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index