|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.StandardApplication.ContextMBean
public static class StandardApplication.ContextMBean
Field Summary | |
---|---|
protected java.lang.String |
dClassName
|
protected javax.management.MBeanInfo |
dMBeanInfo
|
Constructor Summary | |
---|---|
StandardApplication.ContextMBean(Application application)
|
Method Summary | |
---|---|
void |
buildDynamicMBeanInfo()
|
java.lang.String |
getAppContext()
|
java.lang.String |
getAppName()
|
java.lang.String |
getAppRealContext()
|
java.lang.Object |
getAttribute(java.lang.String attribute_name)
Allows the value of the specified attribute of the Dynamic MBean to be obtained. |
javax.management.AttributeList |
getAttributes(java.lang.String[] attributeNames)
get the values of several attributes of the Dynamic MBean. |
protected java.lang.String |
getDescription()
Method returns MBean's description |
protected javax.management.MBeanAttributeInfo[] |
getMBeanAttributesInfo()
Method returns MBean's MBeanAttributeInfo Array |
protected javax.management.MBeanConstructorInfo[] |
getMBeanConstructorInfo()
Method returns MBean's MBeanConstructorInfo Array |
javax.management.MBeanInfo |
getMBeanInfo()
This method provides the exposed attributes and operations of the Dynamic MBean. |
protected javax.management.MBeanNotificationInfo[] |
getMBeanNotificationInfo()
Method returns MBean's MBeanNotificationInfo Array |
protected javax.management.MBeanOperationInfo[] |
getMBeanOperationsInfo()
Method returns MBean's MBeanOperationInfo Array |
java.lang.Object |
invoke(java.lang.String operationName,
java.lang.Object[] params,
java.lang.String[] signature)
Allows an operation to be invoked on the Dynamic MBean. |
void |
setAttribute(javax.management.Attribute attribute)
Sets the value of the specified attribute of the Dynamic MBean. |
javax.management.AttributeList |
setAttributes(javax.management.AttributeList attributes)
Sets the values of several attributes of the Dynamic MBean, and returns the list of attributes that have been set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String dClassName
protected javax.management.MBeanInfo dMBeanInfo
Constructor Detail |
---|
public StandardApplication.ContextMBean(Application application)
Method Detail |
---|
public java.lang.String getAppContext()
public java.lang.String getAppRealContext()
public java.lang.String getAppName()
public void buildDynamicMBeanInfo()
protected javax.management.MBeanAttributeInfo[] getMBeanAttributesInfo()
protected javax.management.MBeanOperationInfo[] getMBeanOperationsInfo()
protected javax.management.MBeanNotificationInfo[] getMBeanNotificationInfo()
protected javax.management.MBeanConstructorInfo[] getMBeanConstructorInfo()
protected java.lang.String getDescription()
public java.lang.Object getAttribute(java.lang.String attribute_name) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
getAttribute
in interface javax.management.DynamicMBean
javax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionException
public void setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.InvalidAttributeValueException, javax.management.MBeanException, javax.management.ReflectionException
setAttribute
in interface javax.management.DynamicMBean
javax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionException
public javax.management.AttributeList setAttributes(javax.management.AttributeList attributes)
setAttributes
in interface javax.management.DynamicMBean
public javax.management.AttributeList getAttributes(java.lang.String[] attributeNames)
getAttributes
in interface javax.management.DynamicMBean
public javax.management.MBeanInfo getMBeanInfo()
getMBeanInfo
in interface javax.management.DynamicMBean
public java.lang.Object invoke(java.lang.String operationName, java.lang.Object[] params, java.lang.String[] signature) throws javax.management.MBeanException, javax.management.ReflectionException
invoke
in interface javax.management.DynamicMBean
javax.management.MBeanException
javax.management.ReflectionException
|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |