|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.ai.agent.DaemonDescription
This class encapsulates description data about a Daemon. This will most commonly be used by an agent to find out what DaemonServices are available to an agent on both local and remote Daemons.
Method Summary | |
java.lang.String |
getHostIP()
Returns the IP address for the DaemonDescription. |
java.lang.String |
getHostName()
Returns the hostname for the DaemonDescription. |
int |
getPort()
Returns the port for the DaemonDescription. |
java.lang.String[] |
getServices()
Returns the list of services for the DaemonDescription as an array of Strings. |
java.lang.String |
toString()
Returns a String representation of this Object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public final java.lang.String getHostIP()
public final java.lang.String getHostName()
public final int getPort()
public final java.lang.String[] getServices()
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |