Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.deploy.api.shared
Class WebLogicModuleType

java.lang.Object
  extended by javax.enterprise.deploy.shared.ModuleType
      extended by weblogic.deploy.api.shared.WebLogicModuleType

Direct Known Subclasses:
WebLogicTargetModuleID

public class WebLogicModuleType
extends ModuleType

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 GAR
           
static WebLogicModuleType JDBC
           
static WebLogicModuleType JMS
           
static String MODULETYPE_BPEL
           
static String MODULETYPE_GAR
           
static String MODULETYPE_JAVA
           
static String MODULETYPE_SCA_EXTENSION
           
static String MODULETYPE_SPRING
           
static WebLogicModuleType REST_WEBSERVICE
           
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
           

 

Fields inherited from class javax.enterprise.deploy.shared.ModuleType
CAR, EAR, EJB, RAR, WAR

 

Method Summary
 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.

 

Methods inherited from class javax.enterprise.deploy.shared.ModuleType
getEnumValueTable, getOffset, getStringTable, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

UNKNOWN

public static final WebLogicModuleType UNKNOWN

JMS

public static final WebLogicModuleType JMS

JDBC

public static final WebLogicModuleType JDBC

WLDF

public static final WebLogicModuleType WLDF

WSEE

public static final WebLogicModuleType WSEE

SCA_JAVA

public static final WebLogicModuleType SCA_JAVA

SCA_SPRING

public static final WebLogicModuleType SCA_SPRING

SCA_BPEL

public static final WebLogicModuleType SCA_BPEL

SCA_EXTENSION

public static final WebLogicModuleType SCA_EXTENSION

COHERENCE_CLUSTER

public static final WebLogicModuleType COHERENCE_CLUSTER

GAR

public static final WebLogicModuleType GAR

REST_WEBSERVICE

public static final WebLogicModuleType REST_WEBSERVICE

MODULETYPE_JAVA

public static final String MODULETYPE_JAVA

MODULETYPE_SPRING

public static final String MODULETYPE_SPRING

MODULETYPE_BPEL

public static final String MODULETYPE_BPEL

MODULETYPE_SCA_EXTENSION

public static final String MODULETYPE_SCA_EXTENSION

MODULETYPE_GAR

public static final String MODULETYPE_GAR

Method Detail

getTypeFromString

public static ModuleType getTypeFromString(String type)

getValue

public int getValue()
Returns the ordinal value associated with this WebLogic Server module type.
Overrides:
getValue in class ModuleType

getModuleExtension

public String getModuleExtension()
Returns the file extension associated with this module type.
Overrides:
getModuleExtension in class ModuleType

getModuleType

public static ModuleType getModuleType(int i)
Returns the defined module type having the specified ordinal value.

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09