public class StubWrapper extends Object implements DynamicStub
| Constructor and Description |
|---|
StubWrapper(Object object) |
| Modifier and Type | Method and Description |
|---|---|
Request |
_create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
_create_request(Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Object |
_duplicate() |
DomainManager[] |
_get_domain_managers() |
Object |
_get_interface_def() |
Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum) |
boolean |
_is_a(String repositoryIdentifier) |
boolean |
_is_equivalent(Object other) |
boolean |
_non_existent() |
void |
_release() |
Request |
_request(String operation) |
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add) |
void |
connect(ORB orb)
Connect this dynamic stub to an ORB.
|
Delegate |
getDelegate()
Similar to ObjectImpl._get_delegate
|
ORB |
getORB()
Similar to ObjectImpl._orb()
|
String[] |
getTypeIds()
Similar to ObjectImpl._ids
|
boolean |
isLocal() |
OutputStream |
request(String operation,
boolean responseExpected) |
void |
setDelegate(Delegate delegate)
Similar to ObjectImpl._set_delegate
|
public StubWrapper(Object object)
public void setDelegate(Delegate delegate)
DynamicStubsetDelegate in interface DynamicStubpublic Delegate getDelegate()
DynamicStubgetDelegate in interface DynamicStubpublic ORB getORB()
DynamicStubgetORB in interface DynamicStubpublic String[] getTypeIds()
DynamicStubgetTypeIds in interface DynamicStubpublic void connect(ORB orb) throws RemoteException
DynamicStubconnect in interface DynamicStubRemoteExceptionpublic boolean isLocal()
isLocal in interface DynamicStubpublic OutputStream request(String operation, boolean responseExpected)
request in interface DynamicStubpublic boolean _is_equivalent(Object other)
_is_equivalent in interface Objectpublic boolean _non_existent()
_non_existent in interface Objectpublic Object _duplicate()
_duplicate in interface Objectpublic Object _get_interface_def()
_get_interface_def in interface Objectpublic Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
_create_request in interface Objectpublic Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
_create_request in interface Objectpublic Policy _get_policy(int policy_type)
_get_policy in interface Objectpublic DomainManager[] _get_domain_managers()
_get_domain_managers in interface Objectpublic Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
_set_policy_override in interface ObjectCopyright © 2017–2019 Eclipse Foundation. All rights reserved.