|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A INode instance identifies a physical entity on the network. At the most abstract level, INodes are named entities you can create a ISession with. Depending upon the network communication mechanism, the INode is extended to capture the details of the communication mechanism.
| Method Summary | |
|---|---|
ISession |
connect(java.lang.String daemonType,
java.security.Principal principal)
Open a session with the daemon. |
java.lang.String |
getName()
Gets the name of the INode. |
| Method Detail |
public java.lang.String getName()
public ISession connect(java.lang.String daemonType,
java.security.Principal principal)
throws java.net.UnknownHostException,
UnknownDaemonException,
DaemonConnectException
daemonType - UNRESOLVED - it's unclear if this is the right place
for this extension point.principal - A specialized Principal object for authentication and
login.
java.net.UnknownHostException
UnknownDaemonException
DaemonConnectException
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||