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
-
Delegate()
-
-
_resolve_reference(Object, String)
-
-
bind_options(Object)
-
-
bind_options(Object, BindOptions)
-
-
boa(Object)
-
-
clone(Object)
-
-
create_request(Object, Context, String, NVList, NamedValue)
-
-
create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList)
-
-
duplicate(Object)
-
-
get_implementation(Object)
-
-
get_interface(Object)
-
-
hash(Object, int)
-
-
invoke(DynamicImplementation, MethodPointer, InputStream, OutputStream)
-
-
invoke(Object, OutputStream, StringHolder)
-
-
invoke(Object, OutputStream, StringHolder, Context, ContextList)
-
-
is_a(Object, String)
-
-
is_bound(Object)
-
-
is_equivalent(Object, Object)
-
-
is_local(Object)
-
-
is_persistent(Object)
-
-
non_existent(Object)
-
-
object_name(Object)
-
-
orb(Object)
-
-
principal(Object)
-
-
principal(Object, Principal)
-
-
release(Object)
-
-
repository_id(Object)
-
-
request(Object, String)
-
-
request(Object, String, boolean)
-
-
toString(Object)
-
Delegate
public Delegate()
get_implementation
public abstract ImplementationDef get_implementation(Object self)
get_interface
public abstract InterfaceDef get_interface(Object self)
duplicate
public abstract Object duplicate(Object self)
release
public abstract void release(Object self)
is_a
public abstract boolean is_a(Object self,
String repository_id)
non_existent
public abstract boolean non_existent(Object self)
is_equivalent
public abstract boolean is_equivalent(Object self,
Object rhs)
hash
public abstract int hash(Object self,
int maximum)
request
public abstract Request request(Object self,
String operation)
create_request
public abstract Request create_request(Object self,
Context ctx,
String operation,
NVList arg_list,
NamedValue result)
create_request
public abstract Request create_request(Object self,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
_resolve_reference
public Object _resolve_reference(Object self,
String id)
orb
public ORB orb(Object self)
boa
public BOA boa(Object self)
object_name
public String object_name(Object self)
repository_id
public String repository_id(Object self)
is_local
public boolean is_local(Object self)
is_bound
public boolean is_bound(Object self)
is_persistent
public boolean is_persistent(Object self)
principal
public Principal principal(Object self)
principal
public void principal(Object self,
Principal principal)
bind_options
public BindOptions bind_options(Object self)
bind_options
public void bind_options(Object self,
BindOptions options)
clone
public Object clone(Object self)
request
public OutputStream request(Object self,
String operation,
boolean responseExpected)
invoke
public InputStream invoke(Object self,
OutputStream o,
StringHolder exception_id)
invoke
public InputStream invoke(Object self,
OutputStream o,
StringHolder exception_id,
Context context,
ContextList contexts)
invoke
public boolean invoke(DynamicImplementation d,
MethodPointer m,
InputStream i,
OutputStream o)
toString
public String toString(Object self)
All Packages Class Hierarchy This Package Previous Next Index