Interface Tie
- All Superinterfaces:
InvokeHandler
- All Known Implementing Classes:
ReflectiveTie
Defines methods which all RMI-IIOP server side ties must implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeactivates the target object represented by this tie.Returns the target for this tie.orb()Returns the ORB for this tie.voidSets the ORB for this tie.voidCalled byUtil.registerTarget(Tie, Remote)to set the target for this tie.Returns an object reference for the target object represented by this tie.Methods inherited from interface InvokeHandler
_invoke
-
Method Details
-
thisObject
Object thisObject()Returns an object reference for the target object represented by this tie.- Returns:
- an object reference for the target object.
-
deactivate
Deactivates the target object represented by this tie.- Throws:
NoSuchObjectException- if this tie does not represent an object
-
orb
-
orb
-
setTarget
Called byUtil.registerTarget(Tie, Remote)to set the target for this tie.- Parameters:
target- the object to use as the target for this tie.
-
getTarget
-