com.cinecolombia.component.Interfases.ejb
Interface InterfasesHome

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

public interface InterfasesHome
extends javax.ejb.EJBHome

home interface of Interfases EJB (Session Stateful EJB)

Author:
CincoSOFT
Created:
Mayo 2003

Method Summary
 Interfases create(java.lang.String companyId, java.lang.Long userId, java.lang.String[] ordenProc)
          example: creation of a Interfases instance TODO: adjust this creation method
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Interfases create(java.lang.String companyId,
                         java.lang.Long userId,
                         java.lang.String[] ordenProc)
                  throws java.rmi.RemoteException,
                         javax.ejb.CreateException
example: creation of a Interfases instance TODO: adjust this creation method

Parameters:
companyId - current company.
userId - current user.
ordenProc - Orden de los procesos en un complejo.
Returns:
Interfases reference
Throws:
java.rmi.RemoteException
javax.ejb.CreateException