|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public Management create() throws javax.ejb.CreateException, java.rmi.RemoteException
javax.management.j2ee.Management
.
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |