A C D E G I L M O Q R S

A

addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.ow2.jonas.ee.mejb.ListenerRegistrationImpl
Add notification listener

C

create() - Method in interface org.ow2.jonas.ee.mejb.DomainManagementHome
Create a DomainMEJB session bean.

D

DomainManagement - Interface in org.ow2.jonas.ee.mejb
This is a variation on the javax.management.j2ee.Management interface required to be exposed by JOnAS through the MEJB session bean.
DomainManagementHome - Interface in org.ow2.jonas.ee.mejb
Home interface for DomainManagement.

E

ejbActivate() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
ejbCreate() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
ejbCreate method Get the MBeanServer reference to allow local access
ejbPassivate() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
ejbRemove() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 

G

getAttribute(String, ObjectName, String) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Gets the value of a specified attribute inside the mbean corresponding to the objectname name for the server with name domainServerName .
getAttribute(ObjectName, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttribute(String, ObjectName, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttribute(String, String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttribute(String, String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the attribute value for an mbean on a server in the domain.
getAttributes(String, ObjectName, String[]) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Gets the values of attributes in attributes inside the mbean corresponding to the objectname name for the server with name domainServerName.
getAttributes(ObjectName, String[]) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttributes(String, ObjectName, String[]) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttributesList(String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getAttributesList(String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns a list of attributes for a specified mbean on a server in the domain.
getDefaultDomain() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getDefaultDomain() - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the name of the current domain.
getDescription(String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getDescription(String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the description for an mbean on a server in the domain.
getExceptionType() - Method in exception org.ow2.jonas.ee.mejb.ManagementEndpointException
Gets the exception type
getListenerRegistry() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
Returns the ListenerRegistration implementation object which allows the client to register a event notification listener.
getMBeanCount(String) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
The number of MBeans registered in the mbean server corresponding to the server domainServerName in the domain.
getMBeanCount() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getMBeanCount(String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getMBeanCount(String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the number of mbeans for a server in the domain.
getMBeanInfo(String, ObjectName) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Get information about a specific MBean with ObjectName name registered on server domainServerName.
getMBeanInfo(ObjectName) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getMBeanInfo(String, ObjectName) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getMessage() - Method in exception org.ow2.jonas.ee.mejb.ManagementEndpointException
Gets the exception message.
getOperations(String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
getOperations(String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the list of operations for an mbean on a server in the domain.
getServers() - Method in class org.ow2.jonas.ee.mejb.ManagementBean
Returns the names of the servers in the domain.
getServers() - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the server names in the domain.

I

invoke(String, ObjectName, String, Object[], String[]) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Invoke an operation on an MBean with ObjectName name.
invoke(ObjectName, String, Object[], String[]) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
invoke(String, ObjectName, String, Object[], String[]) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
invoke(String, String, String, String[]) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
invoke(String, String, String, String[]) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Invokes an mbean operation having String params on a server in the domain.
isRegistered(String, ObjectName) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Check if the MBean with ObjectName name is registered in the server with the name domainServerName.
isRegistered(ObjectName) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
isRegistered(String, ObjectName) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
isRegistered(String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
isRegistered(String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns True if the mbean is registered with the server in the domain, false otherwise.

L

ListenerRegistrationImpl - Class in org.ow2.jonas.ee.mejb
ListenerRegistration implementation.
ListenerRegistrationImpl(JMXServiceURL[]) - Constructor for class org.ow2.jonas.ee.mejb.ListenerRegistrationImpl
A ListenerRegistration object allows to ad/remove listeners to notifications emitted by MBeans which are registred in a remote MBeanServer

M

ManagementBean - Class in org.ow2.jonas.ee.mejb
This is the Management EJB implementation for JOnAS.
ManagementBean() - Constructor for class org.ow2.jonas.ee.mejb.ManagementBean
 
ManagementEndpoint - Interface in org.ow2.jonas.ee.mejb
This is the interface for a monitoring webservice used to remotely monitor mbeans in the domain.
ManagementEndpointException - Exception in org.ow2.jonas.ee.mejb
Custom exceptions used by the web service monitoring endpoint (mejb.ear).
ManagementEndpointException() - Constructor for exception org.ow2.jonas.ee.mejb.ManagementEndpointException
 

O

org.ow2.jonas.ee.mejb - package org.ow2.jonas.ee.mejb
 

Q

queryNames(String, ObjectName, QueryExp) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Query for ObjectNames on the server named domainServerNamebased on a query string.
queryNames(ObjectName, QueryExp) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
queryNames(String, ObjectName, QueryExp) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
queryNames(String, String, String) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
queryNames(String, String, String) - Method in interface org.ow2.jonas.ee.mejb.ManagementEndpoint
Returns the search results for mbeans on a server in the domain.

R

removeNotificationListener(ObjectName, NotificationListener) - Method in class org.ow2.jonas.ee.mejb.ListenerRegistrationImpl
Remove notification listener

S

setAttribute(String, ObjectName, Attribute) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Sets the value of a specified attribute inside the mbean corresponding to the objectname name for the server with name domainServerName .
setAttribute(ObjectName, Attribute) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
setAttribute(String, ObjectName, Attribute) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
setAttributes(String, ObjectName, AttributeList) - Method in interface org.ow2.jonas.ee.mejb.DomainManagement
Sets the values of attributes in attributes inside the mbean corresponding to the objectname name for the server with name domainServerName.
setAttributes(ObjectName, AttributeList) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
setAttributes(String, ObjectName, AttributeList) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
 
setExceptionType(String) - Method in exception org.ow2.jonas.ee.mejb.ManagementEndpointException
Sets the exception type.
setMessage(String) - Method in exception org.ow2.jonas.ee.mejb.ManagementEndpointException
Sets the exception message.
setSessionContext(SessionContext) - Method in class org.ow2.jonas.ee.mejb.ManagementBean
Sets the associated session context.

A C D E G I L M O Q R S

Copyright © 2008 OW2 Consortium. All Rights Reserved.