com.ibm.retail.si.mgmt
Interface MgmtConst


public interface MgmtConst

Management Constants

Author:
Chris Arrington

Field Summary
static int BASE_GA_MGMT_PORT
          When an RMI Registry is created by the general agent, the first port that the general agent tries to use
static java.lang.String DEF_AGENT_PROP_FILE
          Name of the Master Agent properties file
static int DefaultPingInterval
          Number of seconds between the sending of discovery packets by a general agent
static int dType4690
           
static int dTypeAssociate
           
static int dTypeConsumer
           
static int dTypePOSTerm
           
static int dTypeROLO
           
static int dTypeUnknown
           
static int dTypeWAS5
           
static java.lang.String GENERAL_AGENT_DOMAIN
          Domain for the General Agent MBeanServer
static int MA_MGMT_PORT
          Port used for remote connection to the Master Agent
static java.lang.String MASTER_AGENT_DOMAIN
          Domain for the Master Agent MBeanServer
static java.lang.String MASTER_AGENT_PROXY_DOMAIN
          Domain for Master Agent Proxy MBeans
static java.lang.String OBJ_NAME_DEV_MAJ_KEY
           
static java.lang.String OBJ_NAME_DEV_MIN_KEY
           
static java.lang.String OBJ_NAME_DEVICEID_KEY
           
static java.lang.String OBJ_NAME_ID_KEY
           
static java.lang.String OBJ_NAME_MGMT_SIF_COMPONENT
          Value SIF Management Infrastructure MBeans are to use for the OBJ_NAME_SIFMBEAN_KEY ObjectName key
static java.lang.String OBJ_NAME_SIF_COMP_KEY
           
static java.lang.String OBJ_NAME_SIFMBEAN_KEY
           
static java.lang.String OBJ_NAME_STOREID_KEY
           
static java.lang.String OBJ_NAME_SYSTEMID_KEY
           
static java.lang.String PACKAGE
           
static int SWDIST_RC_CANCELLED
          The distribution was cancelled
static int SWDIST_RC_ERR_BUSY
          Busy threshold reached on software distribution client
static int SWDIST_RC_ERR_GENERAL
          General error
static int SWDIST_RC_ERR_NO_SD_CLIENT
          No MgmtSoftwareDistClientMBean found on target device
static int SWDIST_RC_ERR_PASSWD
          FTP authentication error
static int SWDIST_RC_ERR_SERVER
          Unable to reach the FTP Server
static int SWDIST_RC_ERR_USERID
          Invalid FTP user ID
static int SWDIST_RC_OK
          Good return code
static int SWDIST_RC_OK_DEFFERED
          The distribution was deferred by the client
static java.lang.String SYS_PROP_SIF_MGMT_HOME_KEY
          Property specifying the SIFHOME path, where all management jars and libraries are kept
static java.lang.String SYS_PROP_STOREID_KEY
          Used only by master agents, this property specifies an identifier for the store
static java.lang.String SYS_PROP_WAS_HOME_KEY
          Property specifying the base directory for WAS.
static java.lang.String TMX4J_CONNECTOR_ADDRESS
           
static java.lang.String TMX4J_CONNECTOR_CLASS_LOADER
           
static java.lang.String TMX4J_CONNECTOR_IMPL_CLASS
           
 

Field Detail

PACKAGE

public static final java.lang.String PACKAGE
See Also:
Constant Field Values

MASTER_AGENT_DOMAIN

public static final java.lang.String MASTER_AGENT_DOMAIN
Domain for the Master Agent MBeanServer

See Also:
Constant Field Values

MASTER_AGENT_PROXY_DOMAIN

public static final java.lang.String MASTER_AGENT_PROXY_DOMAIN
Domain for Master Agent Proxy MBeans

See Also:
Constant Field Values

GENERAL_AGENT_DOMAIN

public static final java.lang.String GENERAL_AGENT_DOMAIN
Domain for the General Agent MBeanServer

See Also:
Constant Field Values

DEF_AGENT_PROP_FILE

public static final java.lang.String DEF_AGENT_PROP_FILE
Name of the Master Agent properties file

See Also:
Constant Field Values

SYS_PROP_STOREID_KEY

public static final java.lang.String SYS_PROP_STOREID_KEY
Used only by master agents, this property specifies an identifier for the store

See Also:
Constant Field Values

SYS_PROP_WAS_HOME_KEY

public static final java.lang.String SYS_PROP_WAS_HOME_KEY
Property specifying the base directory for WAS. Used only by master agents and general agents running on WAS

See Also:
Constant Field Values

SYS_PROP_SIF_MGMT_HOME_KEY

public static final java.lang.String SYS_PROP_SIF_MGMT_HOME_KEY
Property specifying the SIFHOME path, where all management jars and libraries are kept

See Also:
Constant Field Values

OBJ_NAME_STOREID_KEY

public static final java.lang.String OBJ_NAME_STOREID_KEY
See Also:
Constant Field Values

OBJ_NAME_DEVICEID_KEY

public static final java.lang.String OBJ_NAME_DEVICEID_KEY
See Also:
Constant Field Values

OBJ_NAME_SYSTEMID_KEY

public static final java.lang.String OBJ_NAME_SYSTEMID_KEY
See Also:
Constant Field Values

OBJ_NAME_SIFMBEAN_KEY

public static final java.lang.String OBJ_NAME_SIFMBEAN_KEY
See Also:
Constant Field Values

OBJ_NAME_SIF_COMP_KEY

public static final java.lang.String OBJ_NAME_SIF_COMP_KEY
See Also:
Constant Field Values

OBJ_NAME_DEV_MAJ_KEY

public static final java.lang.String OBJ_NAME_DEV_MAJ_KEY
See Also:
Constant Field Values

OBJ_NAME_DEV_MIN_KEY

public static final java.lang.String OBJ_NAME_DEV_MIN_KEY
See Also:
Constant Field Values

OBJ_NAME_ID_KEY

public static final java.lang.String OBJ_NAME_ID_KEY
See Also:
Constant Field Values

OBJ_NAME_MGMT_SIF_COMPONENT

public static final java.lang.String OBJ_NAME_MGMT_SIF_COMPONENT
Value SIF Management Infrastructure MBeans are to use for the OBJ_NAME_SIFMBEAN_KEY ObjectName key

See Also:
Constant Field Values

BASE_GA_MGMT_PORT

public static final int BASE_GA_MGMT_PORT
When an RMI Registry is created by the general agent, the first port that the general agent tries to use

See Also:
Constant Field Values

MA_MGMT_PORT

public static final int MA_MGMT_PORT
Port used for remote connection to the Master Agent

See Also:
Constant Field Values

TMX4J_CONNECTOR_CLASS_LOADER

public static final java.lang.String TMX4J_CONNECTOR_CLASS_LOADER
See Also:
Constant Field Values

TMX4J_CONNECTOR_ADDRESS

public static final java.lang.String TMX4J_CONNECTOR_ADDRESS
See Also:
Constant Field Values

TMX4J_CONNECTOR_IMPL_CLASS

public static final java.lang.String TMX4J_CONNECTOR_IMPL_CLASS
See Also:
Constant Field Values

dTypeUnknown

public static final int dTypeUnknown
See Also:
Constant Field Values

dType4690

public static final int dType4690
See Also:
Constant Field Values

dTypeROLO

public static final int dTypeROLO
See Also:
Constant Field Values

dTypePOSTerm

public static final int dTypePOSTerm
See Also:
Constant Field Values

dTypeConsumer

public static final int dTypeConsumer
See Also:
Constant Field Values

dTypeAssociate

public static final int dTypeAssociate
See Also:
Constant Field Values

dTypeWAS5

public static final int dTypeWAS5
See Also:
Constant Field Values

DefaultPingInterval

public static final int DefaultPingInterval
Number of seconds between the sending of discovery packets by a general agent

See Also:
Constant Field Values

SWDIST_RC_OK

public static final int SWDIST_RC_OK
Good return code

See Also:
Constant Field Values

SWDIST_RC_OK_DEFFERED

public static final int SWDIST_RC_OK_DEFFERED
The distribution was deferred by the client

See Also:
Constant Field Values

SWDIST_RC_CANCELLED

public static final int SWDIST_RC_CANCELLED
The distribution was cancelled

See Also:
Constant Field Values

SWDIST_RC_ERR_GENERAL

public static final int SWDIST_RC_ERR_GENERAL
General error

See Also:
Constant Field Values

SWDIST_RC_ERR_NO_SD_CLIENT

public static final int SWDIST_RC_ERR_NO_SD_CLIENT
No MgmtSoftwareDistClientMBean found on target device

See Also:
Constant Field Values

SWDIST_RC_ERR_USERID

public static final int SWDIST_RC_ERR_USERID
Invalid FTP user ID

See Also:
Constant Field Values

SWDIST_RC_ERR_SERVER

public static final int SWDIST_RC_ERR_SERVER
Unable to reach the FTP Server

See Also:
Constant Field Values

SWDIST_RC_ERR_PASSWD

public static final int SWDIST_RC_ERR_PASSWD
FTP authentication error

See Also:
Constant Field Values

SWDIST_RC_ERR_BUSY

public static final int SWDIST_RC_ERR_BUSY
Busy threshold reached on software distribution client

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004