| 
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ireasoning.protocol.Target
This class describes agent's properties
| Field Summary | |
protected  String | 
_host
Host name or ip address  | 
protected  InetAddress | 
_inetAddress
 | 
protected  int | 
_port
Port number  | 
| Constructor Summary | |
protected  | 
Target()
Constructs a Target instance  | 
| Method Summary | |
 String | 
getHost()
Returns the host name or ip address  | 
 InetAddress | 
getInetAddress()
 | 
 int | 
getPort()
Returns the port number  | 
 void | 
setHost(String host)
Sets a new host  | 
 void | 
setPort(int port)
Sets port number  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected String _host
protected InetAddress _inetAddress
protected int _port
| Constructor Detail | 
protected Target()
| Method Detail | 
public String getHost()
public void setHost(String host)
host - host name or ip addresspublic int getPort()
public InetAddress getInetAddress()
public void setPort(int port)
public String toString()
  | 
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||