JavaScript is disabled on your browser.
Java EE Management 1.1 API 1.0.1.Final
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
javax.ejb.EJBHome, Remote
public interface ManagementHome
extends javax.ejb.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:
thomas.diesler@jboss.org
Method Summary
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
Method Detail
create
Management create()
throws javax.ejb.CreateException,
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:
javax.ejb.CreateException
- Indicates a failure to create the EJB object
RemoteException
- A communication exception occurred during the execution of a remote method call CreateException
Java EE Management 1.1 API 1.0.1.Final
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2019 JBoss, a division of Red Hat, Inc. . All Rights Reserved.