fr.dyade.aaa.agent
Class ServiceManager

java.lang.Object
  extended byfr.dyade.aaa.agent.ServiceManager
All Implemented Interfaces:
java.io.Serializable

public class ServiceManager
extends java.lang.Object
implements java.io.Serializable

Object which manages services. There is only one ServiceManager object per agent server. The ServiceManager object is initialized in init, called from AgentServer.init. This classes reuses the persistency service provided by Transaction.

See Also:
Serialized Form

Method Summary
static java.lang.String getName()
           
 java.lang.String toString()
          Provides a string image for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public static final java.lang.String getName()

toString

public java.lang.String toString()
Provides a string image for this object.

Returns:
a string image for this object


Copyright ? 2004 Scalagent - All rights reserved