Method Summary |
|
public void | append(LoggingEvent event) Insert the event information into the database. |
public void | ejbActivate() Not called for stateless session beans. |
public void | ejbCreate() Create a new instance of the EJBSinkEJB. |
public void | ejbPassivate() Not called for stateless session beans. |
public void | ejbRemove() A container invokes this method before it ends the life of the session
object. |
public void | setSessionContext(SessionContext context) Set the session context. |