Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.deploy.api.shared
Class WebLogicTargetType

java.lang.Object
  extended by weblogic.deploy.api.shared.WebLogicTargetType
Direct Known Subclasses:
WebLogicTarget

public class WebLogicTargetType
extends Object

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

SERVER

public static final WebLogicTargetType SERVER
The target is a single WebLogic Server instance.


CLUSTER

public static final WebLogicTargetType CLUSTER
The target is a WebLogic Server cluster.


VIRTUALHOST

public static final WebLogicTargetType VIRTUALHOST
The target is a virtual host.


JMSSERVER

public static final WebLogicTargetType JMSSERVER
The target is a JMS Server.


SAFAGENT

public static final WebLogicTargetType SAFAGENT
The target is a SAF agent.

Method Detail

getValue

public int getValue()
Returns the enumeration value for this WebLogicTargetType object.


getWebLogicTargetType

public static WebLogicTargetType getWebLogicTargetType(int i)
Returns the WebLogicTargetType object having the specified ordinal value.


toString

public String toString()
Returns the display name for this WebLogicTargetType object.

Overrides:
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