com.beasys.commerce.ebusiness.security
Interface EncryptorHome

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

public interface EncryptorHome
extends SmartEJBHome

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


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

Method Detail

create

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

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.