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, toString
clone, 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_override
public DynamicStubImpl(String[] typeIds)
public void setSelf(DynamicStub self)
public DynamicStub getSelf()
public void setDelegate(Delegate delegate)
DynamicStub
setDelegate
in interface DynamicStub
public Delegate getDelegate()
DynamicStub
getDelegate
in interface DynamicStub
public ORB getORB()
DynamicStub
getORB
in interface DynamicStub
public String[] _ids()
ObjectImpl
ObjectImpl
object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub._ids
in class ObjectImpl
ObjectImpl
instancepublic String[] getTypeIds()
DynamicStub
getTypeIds
in interface DynamicStub
public void connect(ORB orb) throws RemoteException
DynamicStub
connect
in interface DynamicStub
RemoteException
public boolean isLocal()
isLocal
in interface DynamicStub
public OutputStream request(String operation, boolean responseExpected)
request
in interface DynamicStub
public Object readResolve()
Copyright © 2021 JBoss by Red Hat. All rights reserved.