fr.dyade.aaa.jndi2.server

Class JndiServer


public class JndiServer
extends java.lang.Object

Class of a JNDI centralized server. This is an agent that may be accessed either by TCP connections or agent notifications.

Method Summary

static AgentId
getDefault()
Returns the default JndiServer id on the local agent server.
static AgentId
getDefault(short serverId)
Returns the default JndiServer id on the given agent server.
static void
init(String args, boolean firstTime)
static void
stopService()
Stops the JndiServer service.

Method Details

getDefault

public static AgentId getDefault()
Returns the default JndiServer id on the local agent server.

Returns:
the AgentId of the JndiServer


getDefault

public static AgentId getDefault(short serverId)
Returns the default JndiServer id on the given agent server.

Parameters:
serverId - the id of the agent server

Returns:
the AgentId of the JndiServer


init

public static void init(String args,
                        boolean firstTime)
            throws Exception


stopService

public static void stopService()
Stops the JndiServer service.


Copyright B) 2004 Scalagent - All rights reserved