Tie
Interface Tie
- All Superinterfaces:
- InvokeHandler
public interface Tie extends InvokeHandler
Defines methods which all RMI-IIOP server side ties must implement.
Methods
thisObject
Object thisObject()
Returns an object reference for the target object represented by this tie.
- Returns:
- an object reference for the target object.
deactivate
void deactivate() throws NoSuchObjectException
Deactivates the target object represented by this tie.
- Throws:
NoSuchObjectException
orb
登录查看完整内容