javax.management.j2ee
Interface ManagementHome
- All Superinterfaces:
- EJBHome, Remote
public interface ManagementHome
- extends EJBHome
The required home interface for the Java EE Management EJB
component (MEJB). A Java EE client must be able to create a
compliant session object using the specified create() method.
- Author:
- Guillaume Sauthier
|
Method Summary |
Management |
create()
Creates an MEJB session object which provides access to
the J2EE Management Model. |
create
Management create()
throws CreateException,
RemoteException
- Creates an MEJB session object which provides access to
the J2EE Management Model.
- Returns:
- An MEJB session object which implements
Management
- Throws:
CreateException - Indicates a failure to create the EJB object
RemoteException - A communication exception occurred
during the execution of a remote method call
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.