public class AgentBaseProfileTO extends WebappProfileTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private DBConfigRefTO |
auditDBConfig |
private EventLogSettingsTO |
eventLogSettings |
private InterceptorSettingTO[] |
interceptorSettings |
private JmsAuditingTransportTO |
jmsProducerTransport |
private KafkaConfigTO |
kafkaConfig |
private TrustZoneTO |
trustZone |
private TuningDataTO |
tuningData |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
AgentBaseProfileTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DBConfigRefTO |
getAuditDBConfig() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
EventLogSettingsTO |
getEventLogSettings() |
InterceptorSettingTO[] |
getInterceptorSettings() |
JmsAuditingTransportTO |
getJmsProducerTransport() |
KafkaConfigTO |
getKafkaConfig() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
TrustZoneTO |
getTrustZone() |
TuningDataTO |
getTuningData() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAuditDBConfig(DBConfigRefTO auditDBConfig) |
void |
setEventLogSettings(EventLogSettingsTO eventLogSettings) |
void |
setInterceptorSettings(InterceptorSettingTO[] interceptorSettings) |
void |
setJmsProducerTransport(JmsAuditingTransportTO jmsProducerTransport) |
void |
setKafkaConfig(KafkaConfigTO kafkaConfig) |
void |
setTrustZone(TrustZoneTO trustZone) |
void |
setTuningData(TuningDataTO tuningData) |
getGroupRoleMappings, getHttpListeners, getHttpsListeners, getLDAPRoleMappingType, getLDAPUserRoleAttribute, getLocalUserDirectory, getTrustedCertificateSubset, getUserDirectory, isMustSendServerVersion, isMustUseGlobalTrustedCertificates, setGroupRoleMappings, setHttpListeners, setHttpsListeners, setLDAPRoleMappingType, setLDAPUserRoleAttribute, setLocalUserDirectory, setMustSendServerVersion, setMustUseGlobalTrustedCertificates, setTrustedCertificateSubset, setUserDirectory
getAdditionalClasspath, getAdditionalJvmOptions, getDescription, getEnvVars, getExtraPackages, getInitialMemorySizeMB, getKeyId, getLauncherMainPackage, getMainPackageInfo, getMaximumMemorySizeMB, getName, getPropertiesHash, getType, setAdditionalClasspath, setAdditionalJvmOptions, setDescription, setEnvVars, setExtraPackages, setInitialMemorySizeMB, setKeyId, setLauncherMainPackage, setMainPackageInfo, setMaximumMemorySizeMB, setName, setPropertiesHash, setType
private DBConfigRefTO auditDBConfig
private EventLogSettingsTO eventLogSettings
private InterceptorSettingTO[] interceptorSettings
private JmsAuditingTransportTO jmsProducerTransport
private KafkaConfigTO kafkaConfig
private TrustZoneTO trustZone
private TuningDataTO tuningData
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public DBConfigRefTO getAuditDBConfig()
public void setAuditDBConfig(DBConfigRefTO auditDBConfig)
public EventLogSettingsTO getEventLogSettings()
public void setEventLogSettings(EventLogSettingsTO eventLogSettings)
public InterceptorSettingTO[] getInterceptorSettings()
public void setInterceptorSettings(InterceptorSettingTO[] interceptorSettings)
public JmsAuditingTransportTO getJmsProducerTransport()
public void setJmsProducerTransport(JmsAuditingTransportTO jmsProducerTransport)
public KafkaConfigTO getKafkaConfig()
public void setKafkaConfig(KafkaConfigTO kafkaConfig)
public TrustZoneTO getTrustZone()
public void setTrustZone(TrustZoneTO trustZone)
public TuningDataTO getTuningData()
public void setTuningData(TuningDataTO tuningData)
public boolean equals(java.lang.Object obj)
equals
in class WebappProfileTO
public int hashCode()
hashCode
in class WebappProfileTO
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)