javax.enterprise.deploy.spi.TargetModuleID
public abstract class WebLogicTargetModuleID extends WebLogicModuleType
The WebLogicTargetModuleIDs represented by this class have a close relationship to The configured TargetInMBeans (AppDeploymentMBean, ModuleTargetMBean and SubModuletargetMBean). These Mbeans tend to provide a very sparse picture of where modules are targeted.
Similarly a WebLogicTargetModuleID may only exist for a module it is has more specific targeting than its parent WebLogicTargetModuleID.
COHERENCE_CLUSTER, GAR, JDBC, JMS, MODULETYPE_BPEL, MODULETYPE_GAR, MODULETYPE_JAVA, MODULETYPE_SCA_EXTENSION, MODULETYPE_SPRING, REST_WEBSERVICE, SCA_BPEL, SCA_EXTENSION, SCA_JAVA, SCA_SPRING, UNKNOWN, WLDF, WSEE
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String |
getApplicationName() |
The name of the application without version information.
|
abstract java.lang.String |
getArchiveVersion() |
The archive version of the application.
|
abstract java.lang.String |
getModuleID() |
For root modules the id is the application identifier, which may include the application's
name and version identifier.
|
abstract java.lang.String |
getPlanVersion() |
The deployment plan version for this application.
|
abstract javax.enterprise.deploy.spi.Target[] |
getServers() |
Servers associated with this target.
|
abstract java.lang.String |
getVersion() |
|
abstract boolean |
isOnCluster() |
Indicates this module is targeted to a cluster
|
abstract boolean |
isOnJMSServer() |
Indicates this module is targeted to a JMS server
|
abstract boolean |
isOnSAFAgent() |
Indicates this module is targeted to a SAF agent
|
abstract boolean |
isOnServer() |
Indicates this module is targeted to a server
|
abstract boolean |
isOnVirtualHost() |
Indicates this module is targeted to a virtual host
|
abstract boolean |
isOnVirtualTarget() |
Indicates this module is targeted to a virtual target
|
abstract boolean |
isTargeted() |
Indicates whether this module is specifically targeted or implied
by a child or parent target.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getModuleExtension, getModuleType, getTypeFromString, getValue
public abstract java.lang.String getModuleID()
getModuleID
in interface javax.enterprise.deploy.spi.TargetModuleID
public abstract java.lang.String getApplicationName()
public abstract java.lang.String getArchiveVersion()
public abstract java.lang.String getPlanVersion()
public abstract java.lang.String getVersion()
public abstract javax.enterprise.deploy.spi.Target[] getServers() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if unable to contact admin domainpublic abstract boolean isOnVirtualHost()
public abstract boolean isOnVirtualTarget()
public abstract boolean isOnServer()
public abstract boolean isOnCluster()
public abstract boolean isOnJMSServer()
public abstract boolean isOnSAFAgent()
public abstract boolean isTargeted()