- All Superinterfaces:
- EJBObject, Remote
- See Also:
- Top Examples, Source Code
public Object getAttribute(ObjectName name,
String attribute)
throws MBeanException,
AttributeNotFoundException,
InstanceNotFoundException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList getAttributes(ObjectName name,
String[] attributes)
throws InstanceNotFoundException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getDefaultDomain()
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ListenerRegistration getListenerRegistry()
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Integer getMBeanCount()
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanInfo getMBeanInfo(ObjectName name)
throws IntrospectionException,
InstanceNotFoundException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
throws InstanceNotFoundException,
MBeanException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isRegistered(ObjectName name)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set queryNames(ObjectName name,
QueryExp query)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttribute(ObjectName name,
Attribute attribute)
throws InstanceNotFoundException,
AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributeList setAttributes(ObjectName name,
AttributeList attributes)
throws InstanceNotFoundException,
ReflectionException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples