Interface org.omg.CORBA.portable.Delegate
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.portable.Delegate
- public interface Delegate
- extends Object
-
create_request(Object, Context, String, NVList, NamedValue)
-
-
create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList)
-
-
duplicate(Object)
-
-
get_implementation()
-
-
get_interface()
-
-
hash(int)
-
-
invoke(OperationDescriptor, long[], Object[], Context)
-
-
is_a(String, String[])
-
-
is_equivalent(Object)
-
-
non_existent()
-
-
release()
-
duplicate
public abstract Object duplicate(Object original)
release
public abstract void release()
is_a
public abstract boolean is_a(String repository_id,
String repository_ids[])
is_equivalent
public abstract boolean is_equivalent(Object that)
non_existent
public abstract boolean non_existent()
hash
public abstract int hash(int maximum)
create_request
public abstract Request create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result)
create_request
public abstract Request create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
get_interface
public abstract InterfaceDef get_interface()
get_implementation
public abstract ImplementationDef get_implementation()
invoke
public abstract Object invoke(OperationDescriptor op,
long n[],
Object o[],
Context ctx)
All Packages Class Hierarchy This Package Previous Next Index