BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.deploy.api.spi
Class WebLogicTarget

java.lang.Object
  extended byweblogic.deploy.api.shared.WebLogicTargetType
      extended byweblogic.deploy.api.spi.WebLogicTarget
All Implemented Interfaces:
Target

public abstract class WebLogicTarget
extends WebLogicTargetType
implements Target

WebLogic extension to the javax.enterprise.deploy.spi.Target interface.

See Also:
WebLogicTargetType
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.deploy.api.shared.WebLogicTargetType
CLUSTER, JMSSERVER, SAFAGENT, SERVER, VIRTUALHOST
 
Method Summary
 boolean equals(Object o)
           
abstract  String getDescription()
          String representation of the type of target: server, cluster or virtual host.
abstract  String getName()
          The configured name of a WLS target.
 int hashCode()
          Equality is based on name and type of target
abstract  boolean isCluster()
          Indicates whether this target represents a cluster target.
abstract  boolean isJMSServer()
          Indicates whether this target represents a JMS server target
abstract  boolean isSAFAgent()
          Indicates whether this target represents a SAF agent target
abstract  boolean isServer()
          Indicates whether this target represents a server target.
abstract  boolean isVirtualHost()
          Indicates whether this target represents a virtual host target
 
Methods inherited from class weblogic.deploy.api.shared.WebLogicTargetType
getValue, getWebLogicTargetType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object o)

getDescription

public abstract String getDescription()
String representation of the type of target: server, cluster or virtual host.

Specified by:
getDescription in interface Target

getName

public abstract String getName()
The configured name of a WLS target.

Specified by:
getName in interface Target

hashCode

public int hashCode()
Equality is based on name and type of target


isCluster

public abstract boolean isCluster()
Indicates whether this target represents a cluster target.


isJMSServer

public abstract boolean isJMSServer()
Indicates whether this target represents a JMS server target


isSAFAgent

public abstract boolean isSAFAgent()
Indicates whether this target represents a SAF agent target


isServer

public abstract boolean isServer()
Indicates whether this target represents a server target.


isVirtualHost

public abstract boolean isVirtualHost()
Indicates whether this target represents a virtual host target


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.