Uses of Class
org.jpos.util.LogEvent

Packages that use LogEvent
org.jpos.bsh   
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.filter ISOFilter implementations 
org.jpos.q2.cli   
org.jpos.transaction jPOS Transaction Manager 
org.jpos.transaction.participant   
org.jpos.ui.factory   
org.jpos.util utility/helper classes 
 

Uses of LogEvent in org.jpos.bsh
 

Methods in org.jpos.bsh that return LogEvent
 LogEvent BSHLogListener.log(LogEvent ev)
           
 

Methods in org.jpos.bsh with parameters of type LogEvent
 ISOMsg BSHFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg BSHFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 LogEvent BSHLogListener.log(LogEvent ev)
           
 

Uses of LogEvent in org.jpos.iso
 

Methods in org.jpos.iso with parameters of type LogEvent
protected  ISOMsg BaseChannel.applyIncomingFilters(ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
protected  ISOMsg BaseChannel.applyIncomingFilters(ISOMsg m, LogEvent evt)
           
protected  ISOMsg FilteredBase.applyIncomingFilters(ISOMsg m, LogEvent evt)
           
protected  ISOMsg BaseChannel.applyOutgoingFilters(ISOMsg m, LogEvent evt)
           
protected  ISOMsg FilteredBase.applyOutgoingFilters(ISOMsg m, LogEvent evt)
           
 void ISOServer.Session.checkPermission(Socket socket, LogEvent evt)
           
 ISOMsg RawIncomingFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg ISOFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
protected  Socket BaseChannel.newSocket(String[] hosts, int[] ports, LogEvent evt)
           
 

Uses of LogEvent in org.jpos.iso.filter
 

Methods in org.jpos.iso.filter with parameters of type LogEvent
 ISOMsg DebugFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg MacroFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg DebugFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg ThroughputControlFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg XSLTFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg ChannelInfoFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg MD5Filter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg StatefulFilter.filter(ISOChannel iSOChannel, ISOMsg m, LogEvent evt)
           
 ISOMsg DelayFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 

Uses of LogEvent in org.jpos.q2.cli
 

Methods in org.jpos.q2.cli that return LogEvent
 LogEvent TAIL.log(LogEvent ev)
           
 

Methods in org.jpos.q2.cli with parameters of type LogEvent
 LogEvent TAIL.log(LogEvent ev)
           
 

Uses of LogEvent in org.jpos.transaction
 

Methods in org.jpos.transaction that return LogEvent
 LogEvent Context.getLogEvent()
          return a LogEvent used to store trace information about this transaction.
 

Methods in org.jpos.transaction with parameters of type LogEvent
protected  void TransactionManager.abort(int session, long id, Serializable context, List members, boolean recover, LogEvent evt, Profiler prof)
           
protected  void TransactionManager.commit(int session, long id, Serializable context, List members, boolean recover, LogEvent evt, Profiler prof)
           
protected  int TransactionManager.prepare(int session, long id, Serializable context, List members, Iterator iter, boolean abort, LogEvent evt, Profiler prof)
           
 

Uses of LogEvent in org.jpos.transaction.participant
 

Methods in org.jpos.transaction.participant with parameters of type LogEvent
protected  void BSHTransactionParticipant.defaultAbort(long id, Serializable context, LogEvent ev)
           
protected  void BSHTransactionParticipant.defaultCommit(long id, Serializable context, LogEvent ev)
           
protected  int BSHTransactionParticipant.defaultPrepare(long id, Serializable context, LogEvent ev)
           
protected  Object BSHTransactionParticipant.executeMethod(BSHMethod m, long id, Serializable context, LogEvent evt, String resultName)
           
 

Uses of LogEvent in org.jpos.ui.factory
 

Methods in org.jpos.ui.factory that return LogEvent
 LogEvent LogListenerFactory.Listener.log(LogEvent evt)
           
 

Methods in org.jpos.ui.factory with parameters of type LogEvent
 LogEvent LogListenerFactory.Listener.log(LogEvent evt)
           
 

Uses of LogEvent in org.jpos.util
 

Subclasses of LogEvent in org.jpos.util
 class FrozenLogEvent
           
 

Methods in org.jpos.util that return LogEvent
 LogEvent Log.createDebug()
           
 LogEvent Log.createDebug(Object detail)
           
 LogEvent Log.createError()
           
 LogEvent Log.createError(Object detail)
           
 LogEvent Log.createFatal()
           
 LogEvent Log.createFatal(Object detail)
           
 LogEvent Log.createInfo()
           
 LogEvent Log.createInfo(Object detail)
           
 LogEvent Log.createLogEvent(String level)
           
 LogEvent Log.createLogEvent(String level, Object detail)
           
 LogEvent Log.createTrace()
           
 LogEvent Log.createTrace(Object detail)
           
 LogEvent Log.createWarn()
           
 LogEvent Log.createWarn(Object detail)
           
 LogEvent ExceptionLogFilter.log(LogEvent evt)
           
 LogEvent FilterLogListener.log(LogEvent ev)
           
 LogEvent FSDProtectedLogListener.log(LogEvent ev)
           
 LogEvent SysLogListener.log(LogEvent ev)
           
 LogEvent SimpleLogListener.log(LogEvent ev)
           
 LogEvent BufferedLogListener.log(LogEvent ev)
           
 LogEvent ProtectedLogListener.log(LogEvent ev)
           
 LogEvent RotateLogListener.log(LogEvent ev)
           
 LogEvent LogListener.log(LogEvent ev)
           
 

Methods in org.jpos.util with parameters of type LogEvent
 LogEvent ExceptionLogFilter.log(LogEvent evt)
           
 LogEvent FilterLogListener.log(LogEvent ev)
           
 LogEvent FSDProtectedLogListener.log(LogEvent ev)
           
 LogEvent SysLogListener.log(LogEvent ev)
           
 LogEvent SimpleLogListener.log(LogEvent ev)
           
 LogEvent BufferedLogListener.log(LogEvent ev)
           
 LogEvent ProtectedLogListener.log(LogEvent ev)
           
 LogEvent RotateLogListener.log(LogEvent ev)
           
static void Logger.log(LogEvent evt)
           
 LogEvent LogListener.log(LogEvent ev)
           
 

Constructors in org.jpos.util with parameters of type LogEvent
FrozenLogEvent(LogEvent evt)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.