Methods Summary |
---|
public javax.management.ObjectName | createRegistryLocation(javax.management.AttributeList attribute_list)
|
public javax.management.ObjectName | createTransformationRule(javax.management.AttributeList attribute_list)
|
public boolean | destroyConfigElement()
|
public com.sun.enterprise.config.ConfigBean | getBaseConfigBean()
|
public java.lang.String | getDefaultAttributeValue(java.lang.String attributeName)
|
public boolean | getJbiEnabled()note: actual Attribute name is: jbi-enabled
|
public java.lang.String | getMaxHistorySize()note: actual Attribute name is: max-history-size
|
public java.lang.String | getMonitoring()note: actual Attribute name is: monitoring
|
public java.lang.String | getName()note: actual Attribute name is: name
|
public javax.management.ObjectName[] | getRegistryLocation()
|
public javax.management.ObjectName | getRegistryLocationByConnectorResourceJndiName(java.lang.String key)
|
public javax.management.ObjectName[] | getTransformationRule()
|
public javax.management.ObjectName | getTransformationRuleByName(java.lang.String key)
|
public void | removeRegistryLocationByConnectorResourceJndiName(java.lang.String key)
|
public void | removeTransformationRuleByName(java.lang.String key)
|
public void | setJbiEnabled(boolean value)note: actual Attribute name is: jbi-enabled
|
public void | setMaxHistorySize(java.lang.String value)note: actual Attribute name is: max-history-size
|
public void | setMonitoring(java.lang.String value)note: actual Attribute name is: monitoring
|
public void | setName(java.lang.String value)note: actual Attribute name is: name
|