DecryptorHome Interface

com.beasys.commerce.ebusiness.security
DecryptorHome Interface

public interface DecryptorHome

    extends SmartEJBHome

The home interface for the Decryptor Session Bean. Use this class to create Decryptor.


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public Decryptor
create()
Create a new Decryptor Session.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public Decryptor create()
throws CreateException, RemoteException
Create a new Decryptor Session.

Exceptions

CreateException
RemoteException