com.genesyslab.ail
Class AilLoader.ApplicationType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.AilLoader.ApplicationType
Enclosing class:
AilLoader

public static class AilLoader.ApplicationType
extends Enum

Constants for types of application.


Field Summary
static AilLoader.ApplicationType CLIENT
          Agent Interaction Layer is embedded in a client application.
static int CLIENT_
          Agent Interaction Layer is embedded in a client application.
static AilLoader.ApplicationType GENERIC_SERVER
          Agent Interaction Layer is embedded in an application of type "Generic server".
static int GENERIC_SERVER_
          Agent Interaction Layer is embedded in an application of type "Generic server".
static int MAX
          The maximum number of ApplicationType.
static AilLoader.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 AilLoader.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, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, 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 AilLoader.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 AilLoader.ApplicationType CLIENT
Agent Interaction Layer is embedded in a client application. Several instances can be launched with the same application name.


GENERIC_SERVER_

public static final int GENERIC_SERVER_
Agent Interaction Layer is embedded in an application of type "Generic server". Only one instance can be launched with the same application name.

See Also:
Constant Field Values

GENERIC_SERVER

public static final AilLoader.ApplicationType GENERIC_SERVER
Agent Interaction Layer is embedded in an application of type "Generic server". Only one instance 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 AilLoader.ApplicationType getApplicationType(int value)
Returns the ApplicationType for this value.