|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.deploy.api.shared.WebLogicTargetType weblogic.deploy.api.spi.WebLogicTarget
public abstract class WebLogicTarget
WebLogic extension to the javax.enterprise.deploy.spi.Target interface.
WebLogicTargetType
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 |
---|
public abstract String getName()
public abstract String getDescription()
public abstract boolean isServer()
public abstract boolean isCluster()
public abstract boolean isVirtualHost()
public abstract boolean isJMSServer()
public abstract boolean isSAFAgent()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Copyright 1996, 2010, 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 API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |