org.openejb.webadmin.main
Interface DeployerHome

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

public interface DeployerHome
extends javax.ejb.EJBHome

The home interface for the deployer bean.

Author:
Tim Urberg

Method Summary
 DeployerObject create()
          creates a deployer bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

DeployerObject create()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException
creates a deployer bean

Returns:
a DeployerObject
Throws:
java.rmi.RemoteException - if something in the system goes wrong
javax.ejb.CreateException - if the bean can't be created


Copyright © 1999-2011 OpenEJB. All Rights Reserved.