fr.dyade.aaa.agent
Class ServiceDesc
java.lang.Object
fr.dyade.aaa.agent.ServiceDesc
- Serializable
public final class ServiceDesc
extends java.lang.Object
implements Serializable
Description of a service.
String | getArguments() - Gets the starting arguments for service.
|
String | getClassName() - Gets the class name for service.
|
boolean | isInitialized() - Tests if this
Service is initialized.
|
boolean | isRunning() - Tests if this
Service is running.
|
String | toString() - Provides a string image for this object.
|
ServiceDesc
public ServiceDesc(String scname,
String args)
Constructor.
scname
- service class nameargs
- starting parameters, may be null
getArguments
public String getArguments()
Gets the starting arguments for service.
- the arguments.
getClassName
public String getClassName()
Gets the class name for service.
- the classname.
isInitialized
public boolean isInitialized()
Tests if this Service
is initialized.
- true if the
Service
is initialized.
isRunning
public boolean isRunning()
Tests if this Service
is running.
- true if the
Service
is running.
toString
public String toString()
Provides a string image for this object.
- printable image of this object
Copyright B) 2004 Scalagent - All rights reserved