gov.nih.nci.cagrid.data.auditing
Class AuditorConfiguration

java.lang.Object
  extended by gov.nih.nci.cagrid.data.auditing.AuditorConfiguration
All Implemented Interfaces:
java.io.Serializable

public class AuditorConfiguration
extends java.lang.Object
implements java.io.Serializable

Configuration of a single auditor instance

See Also:
Serialized Form

Constructor Summary
AuditorConfiguration()
           
AuditorConfiguration(java.lang.String className, AuditorConfigurationConfigurationProperties configurationProperties, java.lang.String instanceName, MonitoredEvents monitoredEvents)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this AuditorConfiguration.
 AuditorConfigurationConfigurationProperties getConfigurationProperties()
          Gets the configurationProperties value for this AuditorConfiguration.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getInstanceName()
          Gets the instanceName value for this AuditorConfiguration.
 MonitoredEvents getMonitoredEvents()
          Gets the monitoredEvents value for this AuditorConfiguration.
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()
           
 void setClassName(java.lang.String className)
          Sets the className value for this AuditorConfiguration.
 void setConfigurationProperties(AuditorConfigurationConfigurationProperties configurationProperties)
          Sets the configurationProperties value for this AuditorConfiguration.
 void setInstanceName(java.lang.String instanceName)
          Sets the instanceName value for this AuditorConfiguration.
 void setMonitoredEvents(MonitoredEvents monitoredEvents)
          Sets the monitoredEvents value for this AuditorConfiguration.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditorConfiguration

public AuditorConfiguration()

AuditorConfiguration

public AuditorConfiguration(java.lang.String className,
                            AuditorConfigurationConfigurationProperties configurationProperties,
                            java.lang.String instanceName,
                            MonitoredEvents monitoredEvents)
Method Detail

getMonitoredEvents

public MonitoredEvents getMonitoredEvents()
Gets the monitoredEvents value for this AuditorConfiguration.

Returns:
monitoredEvents

setMonitoredEvents

public void setMonitoredEvents(MonitoredEvents monitoredEvents)
Sets the monitoredEvents value for this AuditorConfiguration.

Parameters:
monitoredEvents -

getConfigurationProperties

public AuditorConfigurationConfigurationProperties getConfigurationProperties()
Gets the configurationProperties value for this AuditorConfiguration.

Returns:
configurationProperties

setConfigurationProperties

public void setConfigurationProperties(AuditorConfigurationConfigurationProperties configurationProperties)
Sets the configurationProperties value for this AuditorConfiguration.

Parameters:
configurationProperties -

getClassName

public java.lang.String getClassName()
Gets the className value for this AuditorConfiguration.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this AuditorConfiguration.

Parameters:
className -

getInstanceName

public java.lang.String getInstanceName()
Gets the instanceName value for this AuditorConfiguration.

Returns:
instanceName

setInstanceName

public void setInstanceName(java.lang.String instanceName)
Sets the instanceName value for this AuditorConfiguration.

Parameters:
instanceName -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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