
Static Public Member Functions | |
| static void | init (String args, boolean firstTime) throws Exception |
| static void | stopService () |
| static AgentId | getDefault () |
| static AgentId | getDefault (short serverId) |
Definition at line 36 of file HADistributedJndiServer.java.
| static void fr.dyade.aaa.jndi2.ha.HADistributedJndiServer.stopService | ( | ) | [static] |
Stops the JndiServer service.
Definition at line 99 of file HADistributedJndiServer.java.
References fr.dyade.aaa.jndi2.ha.HATcpServer.stop().
Here is the call graph for this function:

| static AgentId fr.dyade.aaa.jndi2.ha.HADistributedJndiServer.getDefault | ( | ) | [static] |
Returns the default JndiServer id on the local agent server.
AgentId of the JndiServer Definition at line 108 of file HADistributedJndiServer.java.
Referenced by fr.dyade.aaa.jndi2.ha.HADistributedJndiServer.init().
| static AgentId fr.dyade.aaa.jndi2.ha.HADistributedJndiServer.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 118 of file HADistributedJndiServer.java.
1.5.0