EncryptorHome Interface

com.beasys.commerce.ebusiness.security
EncryptorHome Interface

public interface EncryptorHome

    extends SmartEJBHome

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


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

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

Method Detail

create() Method

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

Exceptions

CreateException
RemoteException