Package javax.management.j2ee
Interface ManagementHome
The required home interface for the J2EE Management EJB component (MEJB).
A J2EE client must be able to create a compliant session object using the
specified create() method.
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates an MEJB session object which provides access to the J2EE Management ModelMethods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
-
Method Details
-
create
Creates an MEJB session object which provides access to the J2EE Management Model- Returns:
- An MEJB session object which implements
javax.management.j2ee.Management
- Throws:
CreateExceotion
- Indicates a failure to create the EJB objectRemoteException
- A communication exception occurred during the execution of a remote method callCreateException
-