All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.inprise.vbroker.CORBA.portable.ObjectImpl

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

public abstract class ObjectImpl
extends ObjectImpl
implements Object

Constructor Index

 o ObjectImpl()

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 _object_name()
 o _principal()
 o _principal(Principal)
 o _repository_id()
 o _resolve_reference(String)

Constructors

 o ObjectImpl
public ObjectImpl()

Methods

 o _boa
public BOA _boa()
Overrides:
_boa in class ObjectImpl
 o _object_name
public String _object_name()
Overrides:
_object_name 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