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

Part Number E13941-02

Uses of Class
weblogic.deploy.api.shared.WebLogicTargetType

Packages that use WebLogicTargetType
weblogic.deploy.api.shared Provides classes that represent the WebLogic Server-specific deployment commands, module types, and target types. 
weblogic.deploy.api.spi Provides interfaces and classes to handle specific configuration and deployment control for WebLogic Server. 
 

Uses of WebLogicTargetType in weblogic.deploy.api.shared
 

Fields in weblogic.deploy.api.shared declared as WebLogicTargetType
static WebLogicTargetType WebLogicTargetType.CLUSTER
          The target is a WebLogic Server cluster.
static WebLogicTargetType WebLogicTargetType.JMSSERVER
          The target is a JMS Server.
static WebLogicTargetType WebLogicTargetType.SAFAGENT
          The target is a SAF agent.
static WebLogicTargetType WebLogicTargetType.SERVER
          The target is a single WebLogic Server instance.
static WebLogicTargetType WebLogicTargetType.VIRTUALHOST
          The target is a virtual host.
 

Methods in weblogic.deploy.api.shared that return WebLogicTargetType
static WebLogicTargetType WebLogicTargetType.getWebLogicTargetType(int i)
          Returns the WebLogicTargetType object having the specified ordinal value.
 

Uses of WebLogicTargetType in weblogic.deploy.api.spi
 

Subclasses of WebLogicTargetType in weblogic.deploy.api.spi
 class WebLogicTarget
          WebLogic extension to the javax.enterprise.deploy.spi.Target interface.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02