BEA Systems, Inc.

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.
 

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/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.