|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Settings
The Settings interface is the base interface for administered settings.
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Get the Application Name (EAR Name). |
java.lang.Object |
getAttribute(java.lang.String s)
Get an attribute. |
javax.management.AttributeList |
getAttributes(java.lang.String[] attributes)
Get the attributes. |
java.lang.String |
getBeanName()
Get the name of the MBean. |
java.lang.String |
getHelpPage(java.lang.String name,
java.util.Locale locale)
Get the help page. |
java.lang.String |
getInterfaceNames()
Get the interfaces names that this MBean supports for JSP rendering. |
java.lang.String |
getObjectName()
Get the Object name of this MBean. |
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale)
Get a string from a resource. |
java.lang.String |
getTypeName()
Get the Type name that this MBean is registered under. |
boolean |
isValidEndpoint(java.lang.String endPoint)
Is the endpoint valid. |
void |
setAttribute(javax.management.Attribute attribute)
Set the attribute. |
Methods inherited from interface com.ibm.soa.common.mbean.GeneralProperties |
---|
getAttributeContext, getAttributePossibleValues, getAttributeProperties, getAttributeType, getContext, getDisplayName, getDisplayName, setContext, setDisplayName |
Method Detail |
---|
java.lang.String getApplicationName()
java.lang.String getObjectName()
java.lang.String getTypeName()
java.lang.String getBeanName()
java.lang.String getInterfaceNames()
java.lang.Object getAttribute(java.lang.String s) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
s
- the name of the attribute
javax.management.AttributeNotFoundException
- on invalid attribute
javax.management.MBeanException
- on bean error
javax.management.ReflectionException
- on dynamic invocation errorvoid setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.InvalidAttributeValueException, javax.management.MBeanException, javax.management.InstanceNotFoundException, javax.management.ReflectionException
attribute
- the attribute to set
javax.management.AttributeNotFoundException
- on invalid attribute
javax.management.InvalidAttributeValueException
- on an invalid error
javax.management.MBeanException
- on bean error
javax.management.InstanceNotFoundException
- on invalid instance
javax.management.ReflectionException
- on dynamic invocation errorjavax.management.AttributeList getAttributes(java.lang.String[] attributes) throws javax.management.InstanceNotFoundException, javax.management.ReflectionException
attributes
- the array of attribute names
javax.management.InstanceNotFoundException
- on invalid instance error
javax.management.ReflectionException
- on dynamic invocation errorjava.lang.String getString(java.lang.String key, java.util.Locale locale)
key
- the keylocale
- the locale
java.lang.String getHelpPage(java.lang.String name, java.util.Locale locale)
name
- the name of the filelocale
- the locale
boolean isValidEndpoint(java.lang.String endPoint)
endPoint
- the endpoint.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |