Package org.ow2.clif.console.lib
Class ClifDeployDefinition
- java.lang.Object
-
- org.ow2.clif.deploy.DeployDefinition
-
- org.ow2.clif.console.lib.ClifDeployDefinition
-
- All Implemented Interfaces:
java.io.Serializable
public class ClifDeployDefinition extends DeployDefinition implements java.io.Serializable
- Author:
- Bruno Dillenseger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClifDeployDefinition(java.lang.String server, java.lang.String adlDefinition, java.util.Map<java.lang.String,java.lang.String> context, java.lang.String argument, java.lang.String comment, boolean isProbe)Construct a new clif definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName()Return the probe name (cpu, memory, jvm) if blade is probe or else return injector.booleanisProbe()Test if this blade is a probe-
Methods inherited from class org.ow2.clif.deploy.DeployDefinition
getAdlDefinition, getArgument, getComment, getContext, getServerName, toString
-
-
-
-
Constructor Detail
-
ClifDeployDefinition
public ClifDeployDefinition(java.lang.String server, java.lang.String adlDefinition, java.util.Map<java.lang.String,java.lang.String> context, java.lang.String argument, java.lang.String comment, boolean isProbe)Construct a new clif definition.- Parameters:
server-adlDefinition-context-argument-comment-isProbe-
-
-
Method Detail
-
isProbe
public boolean isProbe()
Test if this blade is a probe- Returns:
- boolean true if the blade is a probe
-
getClassName
public java.lang.String getClassName()
Return the probe name (cpu, memory, jvm) if blade is probe or else return injector.- Returns:
- the class name of this blade definition
-
-