fr.dyade.aaa.agent
Class ServiceDesc

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

public final class ServiceDesc
extends java.lang.Object
implements java.io.Serializable

Description of a service.

See Also:
Serialized Form

Constructor Summary
ServiceDesc(java.lang.String scname, java.lang.String args)
          Constructor.
 
Method Summary
 java.lang.String getArguments()
          Gets the starting arguments for service.
 java.lang.String getClassName()
          Gets the class name for service.
 boolean isInitialized()
          Tests if this Service is initialized.
 boolean isRunning()
          Tests if this Service is running.
 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
 

Constructor Detail

ServiceDesc

public ServiceDesc(java.lang.String scname,
                   java.lang.String args)
Constructor.

Parameters:
scname - service class name
args - starting parameters, may be null
Method Detail

getClassName

public java.lang.String getClassName()
Gets the class name for service.

Returns:
the classname.

getArguments

public java.lang.String getArguments()
Gets the starting arguments for service.

Returns:
the arguments.

isInitialized

public boolean isInitialized()
Tests if this Service is initialized.

Returns:
true if the Service is initialized.

isRunning

public boolean isRunning()
Tests if this Service is running.

Returns:
true if the Service is running.

toString

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

Returns:
printable image of this object


Copyright ? 2004 Scalagent - All rights reserved