public class SessionSettingsAdmin extends Object implements DynamicMBean
| Constructor and Description |
|---|
SessionSettingsAdmin(SessionID sessionID,
SessionSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attribute) |
AttributeList |
getAttributes(String[] attributeNames) |
MBeanInfo |
getMBeanInfo() |
SessionID |
getSessionID() |
Object |
invoke(String method,
Object[] arguments,
String[] params) |
void |
setAttribute(Attribute attribute) |
AttributeList |
setAttributes(AttributeList attributes) |
public SessionSettingsAdmin(SessionID sessionID, SessionSettings settings) throws ConfigError
ConfigErrorpublic Object getAttribute(String attribute)
getAttribute in interface DynamicMBeanpublic AttributeList getAttributes(String[] attributeNames)
getAttributes in interface DynamicMBeanpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeanpublic Object invoke(String method, Object[] arguments, String[] params) throws MBeanException, ReflectionException
invoke in interface DynamicMBeanMBeanExceptionReflectionExceptionpublic void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute in interface DynamicMBeanAttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionExceptionpublic AttributeList setAttributes(AttributeList attributes)
setAttributes in interface DynamicMBeanpublic SessionID getSessionID()
Copyright © 2021. All rights reserved.