
Static Public Member Functions | |
| static void | init (String args, boolean firstTime) throws Exception |
| static void | stopService () |
| static AgentId | getDefault () |
| static AgentId | getDefault (short serverId) |
Static Public Attributes | |
| static final String | SO_TIMEOUT_PROP = "fr.dyade.aaa.jndi2.server.soTimeout" |
| static final int | DEFAULT_SO_TIMEOUT = 10000 |
| static final String | POOL_SIZE_PROP = "fr.dyade.aaa.jndi2.server.poolSize" |
| static final int | DEFAULT_POOL_SIZE = 3 |
Definition at line 37 of file JndiServer.java.
| static void fr.dyade.aaa.jndi2.server.JndiServer.stopService | ( | ) | [static] |
Stops the JndiServer service.
Definition at line 87 of file JndiServer.java.
References fr.dyade.aaa.jndi2.server.TcpServer.stop().
Here is the call graph for this function:

| static AgentId fr.dyade.aaa.jndi2.server.JndiServer.getDefault | ( | ) | [static] |
Returns the default JndiServer id on the local agent server.
AgentId of the JndiServer Definition at line 96 of file JndiServer.java.
Referenced by fr.dyade.aaa.jndi2.server.JndiServer.init().
| static AgentId fr.dyade.aaa.jndi2.server.JndiServer.getDefault | ( | short | serverId | ) | [static] |
Returns the default JndiServer id on the given agent server.
| serverId | the id of the agent server |
AgentId of the JndiServer Definition at line 106 of file JndiServer.java.
1.5.0