com.agentfactory.platform.service
Class PlatformServiceDescriptor

java.lang.Object
  extended by 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
 
Method Summary
 java.lang.String getArgument(int arg)
           
 java.lang.String getClassName()
           
 java.lang.String getName()
           
 int getPriority()
           
 int numberArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformServiceDescriptor

public PlatformServiceDescriptor(java.util.StringTokenizer tok)
Creates a new instance of MessageTransportDescriptor

Method Detail

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()