org.ow2.clif.console.lib
Class ClifDeployDefinition

java.lang.Object
  extended by org.ow2.clif.deploy.DeployDefinition
      extended by 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
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
 java.lang.String getClassName()
          Return the probe name (cpu, memory, jvm) if blade is probe or else return injector.
 boolean isProbe()
          Test if this blade is a probe
 
Methods inherited from class org.ow2.clif.deploy.DeployDefinition
getAdlDefinition, getArgument, getComment, getContext, getServerName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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