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


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

Packages that use WebLogicTargetType
weblogic.deploy.api.shared   
weblogic.deploy.api.spi   

 

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

 


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