FileDocCategorySizeDatePackage
ManagementHome.javaAPI DocGlassfish v2 API2803Fri May 04 22:34:04 BST 2007javax.management.j2ee

ManagementHome

public interface ManagementHome implements EJBHome
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.
author
Hans Hrasna

Fields Summary
Constructors Summary
Methods Summary
public Managementcreate()
Creates an MEJB session object which provides access to the J2EE Management Model

return
An MEJB session object which implements javax.management.j2ee.Management
exception
CreateExceotion Indicates a failure to create the EJB object
exception
RemoteException A communication exception occurred during the execution of a remote method call