Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ahlner.Log4J2DB.beans
Interface LogEventHome  view LogEventHome download LogEventHome.java

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

public interface LogEventHome
extends javax.ejb.EJBHome

Home interface for LogEvent.


Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 LogEventRemote create(java.lang.String hostname, java.lang.String logger, java.lang.Float timeStamp, java.lang.String priority, java.lang.String message)
           
 java.util.Collection findAll()
           
 java.util.Collection findByParams(java.lang.String hostname, java.lang.String priority, java.lang.Float fromTime, java.lang.Float toTime)
           
 java.util.Collection findByParams(java.lang.String hostname, java.lang.String logger, java.lang.String priority, java.lang.Float fromTime, java.lang.Float toTime)
           
 LogEventRemote findByPrimaryKey(LogEventPK pk)
           
 java.util.Collection getByParams(java.lang.String hostname, java.lang.Float fromTime, java.lang.Float toTime, java.lang.String priority, java.lang.String message)
           
 java.lang.String getEventCount()
           
 java.util.Collection getHosts()
           
 java.util.Collection getLoggers()
           
 java.util.Collection getPriorities()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

public LogEventRemote create(java.lang.String hostname,
                             java.lang.String logger,
                             java.lang.Float timeStamp,
                             java.lang.String priority,
                             java.lang.String message)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException

findByParams

public java.util.Collection findByParams(java.lang.String hostname,
                                         java.lang.String logger,
                                         java.lang.String priority,
                                         java.lang.Float fromTime,
                                         java.lang.Float toTime)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException

findByParams

public java.util.Collection findByParams(java.lang.String hostname,
                                         java.lang.String priority,
                                         java.lang.Float fromTime,
                                         java.lang.Float toTime)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException

findByPrimaryKey

public LogEventRemote findByPrimaryKey(LogEventPK pk)
                                throws javax.ejb.FinderException,
                                       java.rmi.RemoteException

getByParams

public java.util.Collection getByParams(java.lang.String hostname,
                                        java.lang.Float fromTime,
                                        java.lang.Float toTime,
                                        java.lang.String priority,
                                        java.lang.String message)
                                 throws javax.ejb.FinderException,
                                        java.rmi.RemoteException

getEventCount

public java.lang.String getEventCount()
                               throws java.rmi.RemoteException

getHosts

public java.util.Collection getHosts()
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException

getLoggers

public java.util.Collection getLoggers()
                                throws javax.ejb.FinderException,
                                       java.rmi.RemoteException

getPriorities

public java.util.Collection getPriorities()
                                   throws javax.ejb.FinderException,
                                          java.rmi.RemoteException