org.safs.rmi.engine
Class ServerImpl.AgentWindow

java.lang.Object
  |
  +--org.safs.rmi.engine.ServerImpl.AgentWindow
Enclosing class:
ServerImpl

protected class ServerImpl.AgentWindow
extends java.lang.Object

Class used to store retrieved Window and Component pseudo-references with an ObjID of the Agent that owns the Window or Component. This is used during find operations for Windows and Components.


Constructor Summary
protected ServerImpl.AgentWindow(java.rmi.server.ObjID theAgent, java.lang.Object theWindow)
           
 
Method Summary
protected  java.rmi.server.ObjID getAgentID()
           
protected  java.lang.Object getWindowID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerImpl.AgentWindow

protected ServerImpl.AgentWindow(java.rmi.server.ObjID theAgent,
                                 java.lang.Object theWindow)
Method Detail

getAgentID

protected java.rmi.server.ObjID getAgentID()

getWindowID

protected java.lang.Object getWindowID()