public final class ReflectiveTie extends Servant implements Tie
| Constructor and Description |
|---|
ReflectiveTie(PresentationManager pm,
ORBUtilSystemException wrapper) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_all_interfaces(POA poa,
byte[] objectId) |
OutputStream |
_invoke(String method,
InputStream _in,
ResponseHandler reply) |
void |
deactivate()
Deactivates the target object represented by this tie.
|
Remote |
getTarget()
Returns the target for this tie.
|
ORB |
orb()
Returns the ORB for this tie.
|
void |
orb(ORB orb)
Sets the ORB for this tie.
|
void |
setTarget(Remote target)
Called by
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target for this tie. |
Object |
thisObject()
Returns an object reference for the target object represented by this tie.
|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic ReflectiveTie(PresentationManager pm, ORBUtilSystemException wrapper)
public String[] _all_interfaces(POA poa, byte[] objectId)
_all_interfaces in class Servantpublic void setTarget(Remote target)
TieUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target for this tie.public Remote getTarget()
Tiepublic Object thisObject()
TiethisObject in interface Tiepublic void deactivate()
Tiedeactivate in interface Tiepublic OutputStream _invoke(String method, InputStream _in, ResponseHandler reply)
_invoke in interface InvokeHandlerCopyright © 2023 JBoss by Red Hat. All rights reserved.