BEA Systems, Inc.

com.connecterra.ale.dynamicconfig.api
Interface PluginMeta.Role

Enclosing interface:
PluginMeta

public static interface PluginMeta.Role

Plugin roles supported by the configuration framework.


Field Summary
static String COMPOSITE_READER
          Role for composite reader plugins.
static String FILTER
          Role for filter plugins.
static String READER
          Role for edge device driver plugins.
static String TRIGGER
          Role for trigger driver plugins in the edge server.
static String WORKFLOW_MODULE
          Role for edge flow plugins.
 

Field Detail

READER

static final String READER
Role for edge device driver plugins. This role is used by rfid reader/printer drivers, PLC drivers etc.

See Also:
Constant Field Values

COMPOSITE_READER

static final String COMPOSITE_READER
Role for composite reader plugins.

See Also:
Constant Field Values

TRIGGER

static final String TRIGGER
Role for trigger driver plugins in the edge server.

See Also:
Constant Field Values

FILTER

static final String FILTER
Role for filter plugins.

See Also:
Constant Field Values

WORKFLOW_MODULE

static final String WORKFLOW_MODULE
Role for edge flow plugins. This role is used by edge flow modules.

See Also:
Constant Field Values

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.