javax.management.j2ee
Interface ManagementHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface ManagementHome
extends javax.ejb.EJBHome

The required home interface for the Management EJB component.

The interface may be extended by a proprietary interface to include additional create methods that take initialization arguments.

A J2EE client must be able to create a compliant session object using the specified create method which takes no arguments.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 Management create()
          Creates an MEJB session object which provides access to the J2EE Management Model.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Management create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Creates an MEJB session object which provides access to the J2EE Management Model.

Returns:
An session object which implements javax.management.j2ee.Management .
Throws:
javax.ejb.CreateException - indicates a failure to create an EJB Object.
java.rmi.RemoteException - a communication exception occurred during the execution of a remote method call.


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.