|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ModuleType weblogic.deploy.api.shared.WebLogicModuleType
public class WebLogicModuleType
This class extends javax.enterprise.deploy.shared.ModuleType to enumerate the
deployable module types supported in WebLogic Server. This class
is modeled after javax.enterprise.deploy.shared.ModuleType
.
Field Summary | |
---|---|
static WebLogicModuleType |
COHERENCE_CLUSTER
|
static WebLogicModuleType |
JDBC
|
static WebLogicModuleType |
JMS
|
static String |
MODULETYPE_BPEL
|
static String |
MODULETYPE_JAVA
|
static String |
MODULETYPE_SCA_EXTENSION
|
static String |
MODULETYPE_SPRING
|
static WebLogicModuleType |
SCA_BPEL
|
static WebLogicModuleType |
SCA_EXTENSION
|
static WebLogicModuleType |
SCA_JAVA
|
static WebLogicModuleType |
SCA_SPRING
|
static WebLogicModuleType |
UNKNOWN
|
static WebLogicModuleType |
WLDF
|
static WebLogicModuleType |
WSEE
|
Method Summary | |
---|---|
boolean |
equals(ModuleType mod)
|
String |
getModuleExtension()
Returns the file extension associated with this module type. |
static ModuleType |
getModuleType(int i)
Returns the defined module type having the specified ordinal value. |
static ModuleType |
getTypeFromString(String type)
|
int |
getValue()
Returns the ordinal value associated with this WebLogic Server module type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WebLogicModuleType UNKNOWN
public static final WebLogicModuleType JMS
public static final WebLogicModuleType JDBC
public static final WebLogicModuleType WLDF
public static final WebLogicModuleType WSEE
public static final WebLogicModuleType SCA_JAVA
public static final WebLogicModuleType SCA_SPRING
public static final WebLogicModuleType SCA_BPEL
public static final WebLogicModuleType SCA_EXTENSION
public static final WebLogicModuleType COHERENCE_CLUSTER
public static final String MODULETYPE_JAVA
public static final String MODULETYPE_SPRING
public static final String MODULETYPE_BPEL
public static final String MODULETYPE_SCA_EXTENSION
Method Detail |
---|
public static ModuleType getTypeFromString(String type)
public int getValue()
public String getModuleExtension()
public static ModuleType getModuleType(int i)
public boolean equals(ModuleType mod)
public String toString()
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |