public class DynamicStubImpl extends ObjectImpl implements DynamicStub, Serializable
| Constructor and Description |
|---|
DynamicStubImpl(String[] typeIds) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids()
Retrieves a string array containing the repository identifiers
supported by this
ObjectImpl object. |
void |
connect(ORB orb)
Connect this dynamic stub to an ORB.
|
Delegate |
getDelegate()
Similar to ObjectImpl._get_delegate
|
ORB |
getORB()
Similar to ObjectImpl._orb()
|
DynamicStub |
getSelf() |
String[] |
getTypeIds()
Similar to ObjectImpl._ids
|
boolean |
isLocal() |
Object |
readResolve() |
OutputStream |
request(String operation,
boolean responseExpected) |
void |
setDelegate(Delegate delegate)
Similar to ObjectImpl._set_delegate
|
void |
setSelf(DynamicStub self) |
_get_codebase_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic DynamicStubImpl(String[] typeIds)
public void setSelf(DynamicStub self)
public DynamicStub getSelf()
public void setDelegate(Delegate delegate)
DynamicStubsetDelegate in interface DynamicStubpublic Delegate getDelegate()
DynamicStubgetDelegate in interface DynamicStubpublic ORB getORB()
DynamicStubgetORB in interface DynamicStubpublic String[] _ids()
ObjectImplObjectImpl object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub._ids in class ObjectImplObjectImpl instancepublic 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 Object readResolve()
Copyright © 2018 JBoss by Red Hat. All rights reserved.