|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.configservice.tasks.InstallRARTask
public class InstallRARTask
This class defines tasks that relate to stand-alone RAR file installation.
Constructor Summary | |
---|---|
InstallRARTask(ConfigService configService)
|
Method Summary | |
---|---|
java.util.Hashtable |
getRARInfo(Session session,
java.lang.String nodeName,
java.lang.String archivePath,
java.util.Hashtable options)
|
javax.management.ObjectName |
installResourceAdapter(Session session,
java.lang.String nodeName,
java.lang.String archivePath,
java.util.Hashtable options)
Installs a stand-alone RAR module and create a J2CResourceAdapter config data to represent the RAR module. |
static boolean |
isJ2CRAExist(Session session,
ConfigService configService,
java.lang.String archivePath,
boolean isolated,
javax.management.ObjectName scope)
|
static boolean |
isJ2CRAExist(Session session,
ConfigService configService,
java.lang.String archivePath,
boolean isolated,
javax.management.ObjectName scope,
javax.management.ObjectName orgRA)
|
static java.util.List<javax.management.ObjectName> |
listResources(Session session,
ConfigService configService,
java.lang.String type,
java.lang.String archivePath,
boolean recursive,
javax.management.ObjectName scope)
|
static boolean |
validateHACapability(java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstallRARTask(ConfigService configService)
Method Detail |
---|
public javax.management.ObjectName installResourceAdapter(Session session, java.lang.String nodeName, java.lang.String archivePath, java.util.Hashtable options) throws ConfigServiceException, ConnectorException
J2CResourceAdapter
config data to represent the RAR module.
This task assumes that the RAR module is on the node already. In another word, this task doesn't distribute binary like the application install, and the RAR module binary is not be managed by the config repository.
session
- session id.nodeName
- the name of the node.archivePath
- the absolute path of the RAR module on the node.options
- the optional properties user can specify. More specifically, following properties can be specified:
J2CResourceAdapter
. If this property is not specified, the name of RAR module in RAR's
deployment descriptor will be used.
J2CResourceAdapter
.
J2CResourceAdapter
object.
J2CResourceAdapter
object.
J2CResourceAdapter
config data.
ConfigServiceException
ConnectorException
public java.util.Hashtable getRARInfo(Session session, java.lang.String nodeName, java.lang.String archivePath, java.util.Hashtable options) throws ConfigServiceException, ConnectorException
ConfigServiceException
ConnectorException
public static boolean validateHACapability(java.lang.String key)
public static boolean isJ2CRAExist(Session session, ConfigService configService, java.lang.String archivePath, boolean isolated, javax.management.ObjectName scope) throws ConfigServiceException
ConfigServiceException
public static boolean isJ2CRAExist(Session session, ConfigService configService, java.lang.String archivePath, boolean isolated, javax.management.ObjectName scope, javax.management.ObjectName orgRA) throws ConfigServiceException
ConfigServiceException
public static java.util.List<javax.management.ObjectName> listResources(Session session, ConfigService configService, java.lang.String type, java.lang.String archivePath, boolean recursive, javax.management.ObjectName scope) throws ConfigServiceException
ConfigServiceException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |