JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
javax.management.j2ee
Interface ManagementHome
-
- All Superinterfaces:
- EJBHome, Remote
public interface ManagementHome
extends 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
-
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
Management |
create ()
Creates an MEJB session object which provides access to the J2EE Management Model
|
-
-
Method Detail
-
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
javax.management.j2ee.Management
- Throws:
CreateExceotion
- Indicates a failure to create the EJB object
RemoteException
- A communication exception occurred during the execution of a remote method call
CreateException
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.