javax.management.j2ee
Interface ManagementHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface ManagementHome
- extends EJBHome (src)
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 |
Management (src) |
create()
Creates an MEJB session object which provides access to the J2EE Management Model |
create
public Management (src) create()
throws CreateException (src) ,
java.rmi.RemoteException
- 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:
CreateException (src)
- Indicates a failure to create the EJB object
java.rmi.RemoteException
- A communication exception occurred during the execution of a remote method call CreateException