|
JACK 5.4 Application Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaos.dci.Portal
This is the base class for all portals.
In general it's methods should not be used directly.
Instead, use the methods described in the Dci
utility class.
Constructor Summary | |
Portal()
|
Method Summary | |
boolean |
getAllowAutoConnect()
Return whether automatic connections are allowed. |
boolean |
getAllowIncomingConnect()
Return whether incoming connections are allowed. |
java.lang.String |
getName()
Get the name of this portal. |
static java.lang.String |
knownAddressablesString()
Return a list of all registered 'Addressable' objects for all portals in the process. |
static int |
numPortals()
Return the number of portals in the process (currently there can be only one). |
int |
numRoutes()
Get the number of connected routes. |
static java.lang.String |
pingStatusString(int status)
Convert ping status code into human readable message. |
void |
setAllowAutoConnect(boolean val)
Set whether automatic connections are allowed. |
void |
setAllowIncomingConnect(boolean val)
Set whether incoming connections are allowed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Portal()
Method Detail |
public static java.lang.String pingStatusString(int status)
status
- an int
value holding the ping status code.
String
value holding the human readable message.public static int numPortals()
public java.lang.String getName()
String
value holding the name of the portal.public int numRoutes()
int
value holding the number of
connected routes.public boolean getAllowIncomingConnect()
public void setAllowIncomingConnect(boolean val)
public boolean getAllowAutoConnect()
public void setAllowAutoConnect(boolean val)
public static java.lang.String knownAddressablesString()
String
value holding the list of
addressesable separated by the ':' character.
|
JACK 5.4 Application Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
US Government Restricted Rights
The JACK Modules and relevant Software Material have been developed entirely at private expense and are accordingly provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013 or subparagraph (c)(1) and (2) of the Commercial Computer Software Restricted Rights and 48 CFR 52.2270-19, as applicable.