org.glite.ce.monitorapij.types
Class ActionBase

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.CEMonResourceBase
      extended byorg.glite.ce.monitorapij.types.CEMonResource
          extended byorg.glite.ce.monitorapij.types.ActionBase
All Implemented Interfaces:
Resource, java.io.Serializable
Direct Known Subclasses:
Action

public class ActionBase
extends CEMonResource
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.glite.ce.monitorapij.types.CEMonResource
creationTime, newResource
 
Constructor Summary
ActionBase()
           
ActionBase(boolean doActionWhenQueryIs, Parameter[] parameter)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Parameter[] getParameter()
          Gets the parameter value for this ActionBase.
 Parameter getParameter(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDoActionWhenQueryIs()
          Gets the doActionWhenQueryIs value for this ActionBase.
 void setDoActionWhenQueryIs(boolean doActionWhenQueryIs)
          Sets the doActionWhenQueryIs value for this ActionBase.
 void setParameter(int i, Parameter _value)
           
 void setParameter(Parameter[] parameter)
          Sets the parameter value for this ActionBase.
 
Methods inherited from class org.glite.ce.monitorapij.types.CEMonResource
exists, getCreationTime, getProperty, isNew, lastModified, removeHiddenProperties, setCreationTime, setId, setNew
 
Methods inherited from class org.glite.ce.monitorapij.types.CEMonResourceBase
getId, getJarPath, getName, getProperty, getProperty, getType, setId, setJarPath, setName, setProperty, setProperty, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.glite.ce.monitorapij.resource.Resource
getId, getJarPath, getName, getProperty, getProperty, getType, setId, setJarPath, setName, setProperty, setProperty, setType
 

Constructor Detail

ActionBase

public ActionBase()

ActionBase

public ActionBase(boolean doActionWhenQueryIs,
                  Parameter[] parameter)
Method Detail

isDoActionWhenQueryIs

public boolean isDoActionWhenQueryIs()
Gets the doActionWhenQueryIs value for this ActionBase.

Returns:
doActionWhenQueryIs

setDoActionWhenQueryIs

public void setDoActionWhenQueryIs(boolean doActionWhenQueryIs)
Sets the doActionWhenQueryIs value for this ActionBase.

Parameters:
doActionWhenQueryIs -

getParameter

public Parameter[] getParameter()
Gets the parameter value for this ActionBase.

Returns:
parameter

setParameter

public void setParameter(Parameter[] parameter)
Sets the parameter value for this ActionBase.

Parameters:
parameter -

getParameter

public Parameter getParameter(int i)

setParameter

public void setParameter(int i,
                         Parameter _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CEMonResourceBase

hashCode

public int hashCode()
Overrides:
hashCode in class CEMonResourceBase

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer