com.cinecolombia.component.Security.ejb
Interface SecurityHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface SecurityHome
extends javax.ejb.EJBHome

home interface of Security EJB (Session Stateful EJB)

Author:
CincoSOFT
Created:
Junio 2003

Method Summary
 Security create()
          example: creation of a Security instance
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Security create()
                throws java.rmi.RemoteException,
                       javax.ejb.CreateException
example: creation of a Security instance

Returns:
Security reference
Throws:
java.rmi.RemoteException
javax.ejb.CreateException