public interface TuxedoServiceHome
extends javax.ejb.EJBHome
Modifier and Type | Method and Description |
---|---|
TuxedoService |
create()
This method corresponds to the ejbCreate method in the user bean which
will implement the actual service call.
|
TuxedoService create() throws javax.ejb.CreateException, java.rmi.RemoteException
java.rmi.RemoteException
- if there is
a communications or systems failurejavax.ejb.CreateException
- if there is a error creating the bean