com.beasys.commerce.ebusiness.security
Interface DecryptorHome

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

public interface DecryptorHome
extends SmartEJBHome

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


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

Method Detail

create

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

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2008, 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.