public interface JBossPropertySet
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATIVE_DEPLOYMENT_DIR
Deployment target directory to use instead of the default
deployments directory. |
static String |
CLUSTERED
Whether the JBoss Configuration should be clustered.
|
static String |
CONFIGURATION
The JBoss configuration selected.
|
static String |
JBOSS_AJP_PORT
The port used for AJP.
|
static String |
JBOSS_CLASSLOADING_WEBSERVICE_PORT
The port used for the mini webserver used for dynamic and class and resource loading.
|
static String |
JBOSS_EJB3_REMOTING_PORT
The port used for the JBoss EJB3 remoting.
|
static String |
JBOSS_INVOKER_POOL_PORT
The port used for the invoker pool.
|
static String |
JBOSS_JMX_PORT
The port used for the JMX server.
|
static String |
JBOSS_JRMP_INVOKER_PORT
The port used for the JRMP invoker.
|
static String |
JBOSS_JRMP_PORT
The port used for the JRMP service.
|
static String |
JBOSS_MANAGEMENT_PORT
The port used for the remote management interface.
|
static String |
JBOSS_NAMING_PORT
The port used for JBoss naming service.
|
static String |
JBOSS_OSGI_HTTP_PORT
The port used for the OSGi HTTP server.
|
static String |
JBOSS_PASSWORD
The password to use when calling JBoss server commands.
|
static String |
JBOSS_REMOTING_TRANSPORT_PORT
The port used for the JBoss remoting transport connector.
|
static String |
JBOSS_TRANSACTION_RECOVERY_MANAGER_PORT
The port used for the JBossTS Recovery Manager.
|
static String |
JBOSS_TRANSACTION_STATUS_MANAGER_PORT
The port used for the JBossTS Transaction Status Manager.
|
static String |
JBOSS_USER
The user to use when calling JBoss server commands.
|
static String |
PROFILE
The JBoss profile.
|
static String |
REMOTEDEPLOY_HOSTNAME
Address to serve deployable through.
|
static String |
REMOTEDEPLOY_PORT
Port number to serve deployable through.
|
static String |
REMOTEDEPLOY_TIMEOUT
Timeout for deploying the artifact to JBoss, in milliseconds.
|
static final String CONFIGURATION
static final String PROFILE
static final String CLUSTERED
static final String JBOSS_USER
static final String JBOSS_PASSWORD
static final String JBOSS_AJP_PORT
static final String JBOSS_JRMP_PORT
static final String JBOSS_NAMING_PORT
static final String JBOSS_JMX_PORT
static final String JBOSS_MANAGEMENT_PORT
static final String JBOSS_OSGI_HTTP_PORT
static final String JBOSS_CLASSLOADING_WEBSERVICE_PORT
static final String JBOSS_JRMP_INVOKER_PORT
static final String JBOSS_INVOKER_POOL_PORT
static final String JBOSS_REMOTING_TRANSPORT_PORT
static final String JBOSS_EJB3_REMOTING_PORT
static final String JBOSS_TRANSACTION_RECOVERY_MANAGER_PORT
static final String JBOSS_TRANSACTION_STATUS_MANAGER_PORT
static final String REMOTEDEPLOY_PORT
1 +
ServletPropertySet.PORT (for example,
18080 if the JBoss servlet port was 8080). This will be used by
remote deployers who do not share filesystem with cargo.static final String REMOTEDEPLOY_HOSTNAME
InetAddress.getLocalHost().getCanonicalHostName(). This will be used by remote
deployers who do not share filesystem with cargo.static final String REMOTEDEPLOY_TIMEOUT
120000
milliseconds.static final String ALTERNATIVE_DEPLOYMENT_DIR
deployments directory.Copyright © 2004-2013 Codehaus. All Rights Reserved.