|
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 weblogic.deploy.api.shared.WebLogicTargetType
public class WebLogicTargetType
This class enumerates the different types of deployment targets supported in WebLogic
Server. This class is modeled after javax.enterprise.deploy.shared.ModuleType
.
Field Summary | |
---|---|
static WebLogicTargetType |
CLUSTER
The target is a WebLogic Server cluster. |
static WebLogicTargetType |
JMSSERVER
The target is a JMS Server. |
static WebLogicTargetType |
SAFAGENT
The target is a SAF agent. |
static WebLogicTargetType |
SERVER
The target is a single WebLogic Server instance. |
static WebLogicTargetType |
VIRTUALHOST
The target is a virtual host. |
Method Summary | |
---|---|
int |
getValue()
Returns the enumeration value for this WebLogicTargetType object. |
static WebLogicTargetType |
getWebLogicTargetType(int i)
Returns the WebLogicTargetType object having the specified ordinal value. |
String |
toString()
Returns the display name for this WebLogicTargetType object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WebLogicTargetType SERVER
public static final WebLogicTargetType CLUSTER
public static final WebLogicTargetType VIRTUALHOST
public static final WebLogicTargetType JMSSERVER
public static final WebLogicTargetType SAFAGENT
Method Detail |
---|
public int getValue()
public static WebLogicTargetType getWebLogicTargetType(int i)
public String toString()
toString
in class Object
|
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 |