com.agentfactory.platform.service
Class PlatformServiceDescriptor
java.lang.Object
com.agentfactory.platform.service.PlatformServiceDescriptor
public class PlatformServiceDescriptor
- extends java.lang.Object
This class contains a description of the message transport service to
be added to the agent platform. This description combines a class
name (the implementation) and a collection of arguments (the configuration).
|
Constructor Summary |
PlatformServiceDescriptor(java.util.StringTokenizer tok)
Creates a new instance of MessageTransportDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformServiceDescriptor
public PlatformServiceDescriptor(java.util.StringTokenizer tok)
- Creates a new instance of MessageTransportDescriptor
getPriority
public int getPriority()
getName
public java.lang.String getName()
getClassName
public java.lang.String getClassName()
getArgument
public java.lang.String getArgument(int arg)
numberArguments
public int numberArguments()