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

Quick Search    Search Deep

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

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface LogEventLocal
extends javax.ejb.EJBLocalObject

Local interface for LogEvent.


Method Summary
 LogEventData getData()
           
 java.lang.String getEventid()
           
 java.lang.String getHostName()
           
 LogEventValue getLogEventValue()
           
 java.lang.String getLogger()
           
 java.lang.String getMessage()
           
 java.lang.String getPriority()
           
 java.lang.Float getTimeStamp()
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getData

public LogEventData getData()

getEventid

public java.lang.String getEventid()

getHostName

public java.lang.String getHostName()

getLogEventValue

public LogEventValue getLogEventValue()

getLogger

public java.lang.String getLogger()

getMessage

public java.lang.String getMessage()

getPriority

public java.lang.String getPriority()

getTimeStamp

public java.lang.Float getTimeStamp()