public class AgentWindow
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AgentWindow()
Constructor for AgentWindow.
|
AgentWindow(java.rmi.server.ObjID theAgent,
java.lang.Object theWindow) |
Modifier and Type | Method and Description |
---|---|
java.rmi.server.ObjID |
getAgentID() |
java.lang.Object |
getWindowID() |
void |
setAgentID(java.rmi.server.ObjID id) |
void |
setWindowID(java.lang.Object id) |
public AgentWindow()
public AgentWindow(java.rmi.server.ObjID theAgent, java.lang.Object theWindow)
theWindow
- must be Serializablepublic java.rmi.server.ObjID getAgentID()
public void setAgentID(java.rmi.server.ObjID id)
public java.lang.Object getWindowID()
public void setWindowID(java.lang.Object id)
theWindow
- must be SerializableCopyright © SAS Institute. All Rights Reserved.