A B C D E F G H I J L M N O P R S T U V W X 

A

add(String...) - Method in class org.rhq.common.jbossas.client.controller.Address
 
add(String, String) - Method in class org.rhq.common.jbossas.client.controller.Address
 
ADD - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
addConnector(String, WebJBossASClient.ConnectorConfiguration) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Add a new web connector, which may be a secure SSL connector (HTTPS) or not (HTTP).
addExtension(String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Adds a new module extension to the core system.
Address - Class in org.rhq.common.jbossas.client.controller
Identifies a managed resource.
Address() - Constructor for class org.rhq.common.jbossas.client.controller.Address
 
Address(String...) - Constructor for class org.rhq.common.jbossas.client.controller.Address
 
ADDRESS - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
addSubsystem(String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Adds a new subsystem to the core system.
AUTHENTICATION - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

B

BATCH - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
BATCH_STEPS - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 

C

CACHE_CONTAINER - Static variable in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
 
CACHE_TYPE - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
changeConnector(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Use this to modify an attribute for an existing connector.
CLASSIC - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
clone() - Method in class org.rhq.common.jbossas.client.controller.Address
 
CODE - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
CONNECTION_PROPERTIES - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
CONNECTOR - Static variable in class org.rhq.common.jbossas.client.controller.WebJBossASClient
 
CONTENT - Static variable in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
CORE_SERVICE - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
CORE_SERVICE_MGMT - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
CoreJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides information to some core services.
CoreJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
createBatchRequest(ModelNode...) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Creates a batch of operations that can be atomically invoked.
createNewCacheContainerRequest(String, String) - Method in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
Returns a ModelNode that can be used to create a cache container configuration for subsequent cache configuration.
createNewDatabaseServerSecurityDomain72(String, String, String, String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Create a new security domain using the database server authentication method.
createNewDatasourceRequest(String, int, String, String, String, int, boolean, int, int, int, String, String, String, String, Map<String, String>) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Returns a ModelNode that can be used to create a datasource.
createNewDatasourceRequest(String, String, String, boolean, Map<String, String>) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
createNewJdbcDriverRequest(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Returns a ModelNode that can be used to create a JDBC driver configuration for use by datasources.
createNewLocalCacheRequest(String, String, String, String, Long, Long, String) - Method in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
Returns a ModelNode that can be used to create a local cache.
createNewQueueRequest(String, Boolean, List<String>) - Method in class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
Returns a ModelNode that can be used to create a queue.
createNewSecureIdentitySecurityDomain72(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Create a new security domain using the SecureIdentity authentication method.
createNewSecurityDomain(String, SecurityDomainJBossASClient.LoginModuleRequest...) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Creates a new security domain including one or more login modules.
createNewXADatasourceRequest(String, int, String, String, int, int, int, Boolean, Boolean, int, String, String, String, String, String, Map<String, String>) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Returns a ModelNode that can be used to create an XA datasource.
createReadAttributeRequest(String, Address) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that allows you to create request that reads a single attribute value to a resource.
createReadAttributeRequest(boolean, String, Address) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that allows you to create request that reads a single attribute value to a resource.
createRequest(String, Address) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that builds a partial operation request node.
createWriteAttributeRequest(String, String, Address) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that allows you to create request that writes a single attribute's string value to a resource.

D

DATA_SOURCE - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
DatasourceJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with datasource management.
DatasourceJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
DEFAULT_BINDING_AJP - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_HTTP - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_HTTPS - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_JACORB - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_JACORB_SSL - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_MESSAGING - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_MESSAGING_THRUPUT - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_MGMT_HTTP - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_MGMT_HTTPS - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_MGMT_NATIVE - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_OSGI_HTTP - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_REMOTING - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_TXN_RECOVERY_ENV - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_BINDING_TXN_STATUS_MGR - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
DEFAULT_HOST - Static variable in class org.rhq.common.jbossas.client.controller.WebJBossASClient
 
DEPLOYMENT_SCANNER - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
DeploymentJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with deployments.
DeploymentJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
disableDeployment(String) - Method in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
DS_JNDI_NAME - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

E

ENABLED - Static variable in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
enableDatasource(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
enableDeployment(String) - Method in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
enableXADatasource(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
equals(Object) - Method in class org.rhq.common.jbossas.client.controller.Address
 
execute(ModelNode) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that executes the request.
EXTENSION - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 

F

FAILURE_DESCRIPTION - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
FailureException - Exception in org.rhq.common.jbossas.client.controller
Indicates a failed client request.
FailureException(ModelNode) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(ModelNode, String) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(ModelNode, Throwable) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(ModelNode, String, Throwable) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(String, Throwable) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(String) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException(Throwable) - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
FailureException() - Constructor for exception org.rhq.common.jbossas.client.controller.FailureException
 
findNodeInList(Address, String, String) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
This tries to find specific node within a list of nodes.
FLAG - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
flushSecurityDomainCache(String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
send a :flush-cache operation to the passed security domain

G

getAddressNode() - Method in class org.rhq.common.jbossas.client.controller.Address
 
getAppServerBaseDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerConfigDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerDataDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerDefaultDeploymentDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Returns the location where the default deployment scanner is pointing to.
getAppServerHomeDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerLogDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerTmpDir() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getAppServerVersion() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getCaCertificateFile() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getCaCertificatePassword() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getCaRevocationUrl() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getCertificateFile() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getCertificateKeyFile() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getCipherSuite() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getConnector(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Returns the connector node with all its attributes.
getDeploymentPath(String) - Method in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
Given the name of a deployment, this returns where the deployment is (specifically, it returns the PATH of the deployment).
getExecutor() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getFailureDescription(ModelNode) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
If the operation result was a failure, this returns the failure description if there is one.
getFlag() - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
getFlagString() - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
getKeyAlias() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getKeystoreType() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getLoggerLevel(String) - Method in class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
Returns the level of the given logger.
getLoginModuleFQCN() - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
getMaxConnections() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getMaxPostSize() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getMaxSavePostSize() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getModelControllerClient() - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
 
getModelControllerClient() - Static method in class org.rhq.common.jbossas.client.controller.MCCHelper
 
getModelControllerClient(String, int) - Static method in class org.rhq.common.jbossas.client.controller.MCCHelper
 
getModuleOptionProperties() - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
getName() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getOperatingSystem() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getPassword() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getProtocol() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getProtocol() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getProxyName() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getProxyPort() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getRedirectPort() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getResultListAsStrings(ModelNode) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
If the given node has a result list, that list will be returned with the values as Strings.
getResults(ModelNode) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
If the given node has results, those results are returned in a ModelNode.
getScheme() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getSecureIdentitySecurityDomainModuleOptions(String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Given the name of an existing security domain that uses the SecureIdentity authentication method, this returns the module options for that security domain authentication method.
getServerProductName() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getServerProductVersion() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
getSessionCacheSize() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getSessionTimeout() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getSocketBinding() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getSslConfiguration() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
getStringAttribute(String, Address) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that allows you to obtain a single attribute's string value from a resource.
getStringAttribute(boolean, String, Address) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
Convienence method that allows you to obtain a single attribute's string value from a resource.
getSystemProperties() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
This returns the system properties that are set in the AS JVM.
getTruststoreType() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getVerifyClient() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
getVerifyDepth() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 

H

HASH_ALGORITHM - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
HASH_ENCODING - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
hashCode() - Method in class org.rhq.common.jbossas.client.controller.Address
 
HORNETQ_SERVER - Static variable in class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
 

I

InfinispanJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with Infinispan cache management.
InfinispanJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
 
INTERFACE - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
isCacheContainer(String) - Method in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
Checks to see if there is already a cache container with the given name.
isConnector(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Checks to see if there is already a connector with the given name.
isDatasource(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Checks to see if there is already a datasource with the given name.
isDatasourceEnabled(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
isDeployment(String) - Method in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
Checks to see if there is already a deployment with the given name.
isDeploymentEnabled(String) - Method in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
isEnabled() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
isEnableLookups() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
isExtension(String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Returns true if the given extension is already in existence.
isJDBCDriver(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Checks to see if there is already a JDBC driver with the given name.
isLocalCache(String, String) - Method in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
Checks to see if there is already a local cache with the given name.
isLogger(String) - Method in class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
Checks to see if there is already a logger with the given name.
isQueue(String) - Method in class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
Checks to see if there is already a queue with the given name.
isSecure() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
isSecurityDomain(String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Checks to see if there is already a security domain with the given name.
isSubsystem(String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Returns true if the given subsystem is already in existence.
isSuccess(ModelNode) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
Returns true if the operation was a success; false otherwise.
isWebSubsystem() - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Checks to see if the web subsystem exists.
isXADatasource(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Checks to see if there is already a XA datasource with the given name.
isXADatasourceEnabled(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 

J

JBOSS_SYSPROP_PORT_OFFSET - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
JBossASClient - Class in org.rhq.common.jbossas.client.controller
A client that can be used to talk to a JBossAS server via the DMR/ModelControllerClient API.
JBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.JBossASClient
 
JDBC_DRIVER - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
JMS_QUEUE - Static variable in class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
 

L

LOCAL_CACHE - Static variable in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
 
log - Variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
LOGGER - Static variable in class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
 
LOGGING - Static variable in class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
 
LoggingJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides management of the logging subsystem.
LoggingJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
 
LOGIN_MODULE - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
LOGIN_MODULES - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

M

MCCHelper - Class in org.rhq.common.jbossas.client.controller
Helper class to get a ModelContollerClient for the RHQ default settings.
MCCHelper() - Constructor for class org.rhq.common.jbossas.client.controller.MCCHelper
 
MessagingJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with JMS management.
MessagingJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
 
MGMT_INTERFACE - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
MGMT_INTERFACE_HTTP - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
MODULE - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
MODULE_OPTIONS - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

N

NAME - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 

O

OP_ENABLE - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
OPERATION - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
org.rhq.common.jbossas.client.controller - package org.rhq.common.jbossas.client.controller
 
OUTCOME - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
OUTCOME_SUCCESS - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 

P

PASSWORD - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
PATH - Static variable in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
PERSISTENT - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
PLATFORM_MBEAN - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
PORT - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
PORT_OFFSET - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
PRINCIPALS_QUERY - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

R

READ_ATTRIBUTE - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
READ_RESOURCE - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
readResource(Address) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
This returns information on the resource at the given address.
readResource(Address, boolean) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
This returns information on the resource at the given address, recursively returning child nodes with the result if recursive argument is set to true.
reload() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Invokes the management "reload" operation which will shut down all the app server services and restart them again.
reload(boolean) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Invokes the management "reload" operation which will shut down all the app server services and restart them again potentially in admin-only mode.
REMOVE - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
remove(Address) - Method in class org.rhq.common.jbossas.client.controller.JBossASClient
Removes the resource at the given address.
removeConnector(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
Removes the given web connector.
removeDatasource(String) - Method in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
Completely removes the named datasource.
removeSecurityDomain(String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Convenience method that removes a security domain by name.
resolveExpression(String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Given a string with possible ${x} expressions in it, this will resolve that expression using system property values that are set within the AS JVM itself.
restart() - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Invokes the management "shutdown" operation with the restart option set to true (see CoreJBossASClient.shutdown(boolean)).
RESULT - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
ROLES_QUERY - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
root() - Static method in class org.rhq.common.jbossas.client.controller.Address
 

S

SCANNER - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
SECURITY_DOMAIN - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
securityDomainHasLoginModule(String, String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Check if a certain login module is present inside the passed security domain
SecurityDomainJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with security domain management.
SecurityDomainJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
SecurityDomainJBossASClient.LoginModuleRequest - Class in org.rhq.common.jbossas.client.controller
Immutable helper
SecurityDomainJBossASClient.LoginModuleRequest(String, AppConfigurationEntry.LoginModuleControlFlag, Map<String, String>) - Constructor for class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
SERVER_ENVIRONMENT - Static variable in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
 
setAppServerDefaultDeploymentScanEnabled(boolean) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Enabled or disables the default deployment scanner.
setAppServerDefaultDeploymentScanInterval(long) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Sets the interval of the default deployment scanner.
setAppServerDefaultDeploymentTimeout(long) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Sets the deployment timeout of the default deployment scanner.
setCaCertificateFile(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setCaCertificationPassword(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setCaRevocationUrl(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setCertificateFile(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setCertificateKeyFile(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setCipherSuite(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setDefaultTransactionTimeout(int) - Method in class org.rhq.common.jbossas.client.controller.TransactionsJBossASClient
Sets the default transaction timeout.
setEnableAdminConsole(boolean) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Allows the caller to turn on or off complete access for the app server's admin console.
setEnabled(boolean) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setEnableLookups(boolean) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setEnableWelcomeRoot(boolean) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient
The enable-welcome-root setting controls whether or not to deploy JBoss' welcome-content application at root context.
setExecutor(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setKeyAlias(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setKeystoreType(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setLoggerLevel(String, String) - Method in class org.rhq.common.jbossas.client.controller.LoggingJBossASClient
Sets the logger to the given level.
setMaxConnections(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setMaxPostSize(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setMaxSavePostSize(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setName(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setPassword(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setPortOffset(String, String, int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port offset for the socket bindings found in the named socket binding group.
setPossibleExpression(ModelNode, String, String) - Static method in class org.rhq.common.jbossas.client.controller.JBossASClient
This sets the given node's named attribute to the given value.
setProtocol(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setProtocol(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setProxyName(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setProxyPort(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setRedirectPort(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setScheme(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setSecure(boolean) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setSessionCacheSize(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setSessionTimeout(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setSocketBinding(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setSocketBindingInterfaceExpression(String, String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the interface name for the named socket binding found in the named socket binding group.
setSocketBindingPort(String, String, int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port number for the named socket binding found in the named socket binding group.
setSocketBindingPort(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the interface name for the named socket binding found in the named socket binding group.
setSocketBindingPortExpression(String, String, String, int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port number for the named socket binding found in the named socket binding group.
setSslConfiguration(WebJBossASClient.SSLConfiguration) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
setStandardPortOffset(int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port offset for the socket bindings found in the standard socket binding group.
setStandardSocketBindingInterface(String, String) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the interface name for the named standard socket binding.
setStandardSocketBindingInterfaceExpression(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the interface name for the named standard socket binding.
setStandardSocketBindingPort(String, int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port number for the named standard socket binding.
setStandardSocketBindingPortExpression(String, String, int) - Method in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
Sets the port number for the named standard socket binding.
setSystemProperty(String, String) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Set a runtime system property in the JVM that is managed by JBossAS.
setTruststoreType(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setVerifyClient(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
setVerifyDepth(String) - Method in class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
shutdown(boolean) - Method in class org.rhq.common.jbossas.client.controller.CoreJBossASClient
Invokes the management "shutdown" operation that kills the JVM completely with System.exit.
SOCKET_BINDING - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
SOCKET_BINDING_GROUP - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
SocketBindingJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides convenience methods associated with socket binding management.
SocketBindingJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
SSL - Static variable in class org.rhq.common.jbossas.client.controller.WebJBossASClient
 
STANDARD_SOCKETS - Static variable in class org.rhq.common.jbossas.client.controller.SocketBindingJBossASClient
 
SUBSYSTEM - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
SUBSYSTEM_DATASOURCES - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
SUBSYSTEM_DEPLOYMENT - Static variable in class org.rhq.common.jbossas.client.controller.DeploymentJBossASClient
 
SUBSYSTEM_INFINISPAN - Static variable in class org.rhq.common.jbossas.client.controller.InfinispanJBossASClient
 
SUBSYSTEM_MESSAGING - Static variable in class org.rhq.common.jbossas.client.controller.MessagingJBossASClient
 
SUBSYSTEM_SECURITY - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 
SUBSYSTEM_WEB - Static variable in class org.rhq.common.jbossas.client.controller.WebJBossASClient
 
SYSTEM_PROPERTY - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 

T

toString() - Method in class org.rhq.common.jbossas.client.controller.Address
 
toString() - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient.LoginModuleRequest
 
TRANSACTIONS - Static variable in class org.rhq.common.jbossas.client.controller.TransactionsJBossASClient
 
TransactionsJBossASClient - Class in org.rhq.common.jbossas.client.controller
Provides management of the transactions subsystem.
TransactionsJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.TransactionsJBossASClient
 

U

updateSecureIdentitySecurityDomainCredentials(String, String, String) - Method in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
Given the name of an existing security domain that uses the SecureIdentity authentication method, this updates that domain with the new credentials.
USERNAME - Static variable in class org.rhq.common.jbossas.client.controller.SecurityDomainJBossASClient
 

V

VALUE - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 
VIRTUAL_SERVER - Static variable in class org.rhq.common.jbossas.client.controller.WebJBossASClient
 

W

WebJBossASClient - Class in org.rhq.common.jbossas.client.controller
Convenience methods to access the web management API.
WebJBossASClient(ModelControllerClient) - Constructor for class org.rhq.common.jbossas.client.controller.WebJBossASClient
 
WebJBossASClient.ConnectorConfiguration - Class in org.rhq.common.jbossas.client.controller
 
WebJBossASClient.ConnectorConfiguration() - Constructor for class org.rhq.common.jbossas.client.controller.WebJBossASClient.ConnectorConfiguration
 
WebJBossASClient.SSLConfiguration - Class in org.rhq.common.jbossas.client.controller
 
WebJBossASClient.SSLConfiguration() - Constructor for class org.rhq.common.jbossas.client.controller.WebJBossASClient.SSLConfiguration
 
WRITE_ATTRIBUTE - Static variable in class org.rhq.common.jbossas.client.controller.JBossASClient
 

X

XA_DATA_SOURCE - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
XA_DATASOURCE_PROPERTIES - Static variable in class org.rhq.common.jbossas.client.controller.DatasourceJBossASClient
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.