All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.portable.Delegate

java.lang.Object
   |
   +----org.omg.CORBA.portable.Delegate

public abstract class Delegate
extends Object

Constructor Index

 o Delegate()

Method Index

 o _resolve_reference(Object, String)
 o bind_options(Object)
 o bind_options(Object, BindOptions)
 o boa(Object)
 o clone(Object)
 o create_request(Object, Context, String, NVList, NamedValue)
 o create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList)
 o duplicate(Object)
 o get_implementation(Object)
 o get_interface(Object)
 o hash(Object, int)
 o invoke(DynamicImplementation, MethodPointer, InputStream, OutputStream)
 o invoke(Object, OutputStream, StringHolder)
 o invoke(Object, OutputStream, StringHolder, Context, ContextList)
 o is_a(Object, String)
 o is_bound(Object)
 o is_equivalent(Object, Object)
 o is_local(Object)
 o is_persistent(Object)
 o non_existent(Object)
 o object_name(Object)
 o orb(Object)
 o principal(Object)
 o principal(Object, Principal)
 o release(Object)
 o repository_id(Object)
 o request(Object, String)
 o request(Object, String, boolean)
 o toString(Object)

Constructors

 o Delegate
 public Delegate()

Methods

 o get_implementation
 public abstract ImplementationDef get_implementation(Object self)
 o get_interface
 public abstract InterfaceDef get_interface(Object self)
 o duplicate
 public abstract Object duplicate(Object self)
 o release
 public abstract void release(Object self)
 o is_a
 public abstract boolean is_a(Object self,
                              String repository_id)
 o non_existent
 public abstract boolean non_existent(Object self)
 o is_equivalent
 public abstract boolean is_equivalent(Object self,
                                       Object rhs)
 o hash
 public abstract int hash(Object self,
                          int maximum)
 o request
 public abstract Request request(Object self,
                                 String operation)
 o create_request
 public abstract Request create_request(Object self,
                                        Context ctx,
                                        String operation,
                                        NVList arg_list,
                                        NamedValue result)
 o create_request
 public abstract Request create_request(Object self,
                                        Context ctx,
                                        String operation,
                                        NVList arg_list,
                                        NamedValue result,
                                        ExceptionList exceptions,
                                        ContextList contexts)
 o _resolve_reference
 public Object _resolve_reference(Object self,
                                  String id)
 o orb
 public ORB orb(Object self)
 o boa
 public BOA boa(Object self)
 o object_name
 public String object_name(Object self)
 o repository_id
 public String repository_id(Object self)
 o is_local
 public boolean is_local(Object self)
 o is_bound
 public boolean is_bound(Object self)
 o is_persistent
 public boolean is_persistent(Object self)
 o principal
 public Principal principal(Object self)
 o principal
 public void principal(Object self,
                       Principal principal)
 o bind_options
 public BindOptions bind_options(Object self)
 o bind_options
 public void bind_options(Object self,
                          BindOptions options)
 o clone
 public Object clone(Object self)
 o request
 public OutputStream request(Object self,
                             String operation,
                             boolean responseExpected)
 o invoke
 public InputStream invoke(Object self,
                           OutputStream o,
                           StringHolder exception_id)
 o invoke
 public InputStream invoke(Object self,
                           OutputStream o,
                           StringHolder exception_id,
                           Context context,
                           ContextList contexts)
 o invoke
 public boolean invoke(DynamicImplementation d,
                       MethodPointer m,
                       InputStream i,
                       OutputStream o)
 o toString
 public String toString(Object self)

All Packages  Class Hierarchy  This Package  Previous  Next  Index