com.genesyslab.ail.applicationblocks.connector
Class ApplicationParameters.ApplicationType

java.lang.Object
  extended bycom.genesyslab.ail.Enum
      extended bycom.genesyslab.ail.applicationblocks.connector.ApplicationParameters.ApplicationType
Enclosing class:
ApplicationParameters

public static class ApplicationParameters.ApplicationType
extends com.genesyslab.ail.Enum

Constants for types of application.


Field Summary
static ApplicationParameters.ApplicationType CLIENT
          Agent Interaction Layer is embedded in a client application.
static int CLIENT_
          Agent Interaction Layer is embedded in a client application.
static int MAX
          The maximum number of ApplicationType.
static ApplicationParameters.ApplicationType SERVER
          Agent Interaction Layer is embedded in a server.
static int SERVER_
          Agent Interaction Layer is embedded in a server.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static ApplicationParameters.ApplicationType getApplicationType(int value)
          Returns the ApplicationType for this value.
static int max()
          The maximum number of ApplicationType.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVER_

public static final int SERVER_
Agent Interaction Layer is embedded in a server. Only one instance can be launched with the same application name.

See Also:
Constant Field Values

SERVER

public static final ApplicationParameters.ApplicationType SERVER
Agent Interaction Layer is embedded in a server. Only one instance can be launched with the same application name.


CLIENT_

public static final int CLIENT_
Agent Interaction Layer is embedded in a client application. Several instances can be launched with the same application name.

See Also:
Constant Field Values

CLIENT

public static final ApplicationParameters.ApplicationType CLIENT
Agent Interaction Layer is embedded in a client application. Several instances can be launched with the same application name.


MAX

public static final int MAX
The maximum number of ApplicationType.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of ApplicationType.


getApplicationType

public static final ApplicationParameters.ApplicationType getApplicationType(int value)
Returns the ApplicationType for this value.