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_object
public ReflectiveTie(PresentationManager pm, ORBUtilSystemException wrapper)
public String[] _all_interfaces(POA poa, byte[] objectId)
_all_interfaces
in class Servant
public void setTarget(Remote target)
Tie
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
to set the target for this tie.public Remote getTarget()
Tie
public Object thisObject()
Tie
thisObject
in interface Tie
public void deactivate()
Tie
deactivate
in interface Tie
public OutputStream _invoke(String method, InputStream _in, ResponseHandler reply)
_invoke
in interface InvokeHandler
Copyright © 2018 JBoss by Red Hat. All rights reserved.