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 WebLogicTargetType

java.lang.Object
  extended by weblogic.deploy.api.shared.WebLogicTargetType

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebLogicTarget

public class WebLogicTargetType
extends Object
implements Serializable

This class enumerates the different types of deployment targets supported in WebLogic Server. This class is modeled after javax.enterprise.deploy.shared.ModuleType.

See Also:
Serialized Form

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.
static WebLogicTargetType VIRTUALTARGET
          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.

VIRTUALTARGET

public static final WebLogicTargetType VIRTUALTARGET
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

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