org.onebusaway.users.impl.logging
Class UserInteractionLoggingOutletImpl

java.lang.Object
  extended by org.onebusaway.users.impl.logging.UserInteractionLoggingOutletImpl
All Implemented Interfaces:
UserInteractionLoggingOutlet

public class UserInteractionLoggingOutletImpl
extends Object
implements UserInteractionLoggingOutlet


Constructor Summary
UserInteractionLoggingOutletImpl()
           
 
Method Summary
 void logInteraction(String serialized)
           
 void setLogProcessOutput(boolean logProcessOutput)
           
 void setPath(String path)
           
 void setup()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInteractionLoggingOutletImpl

public UserInteractionLoggingOutletImpl()
Method Detail

setPath

public void setPath(String path)

setLogProcessOutput

public void setLogProcessOutput(boolean logProcessOutput)

setup

@PostConstruct
public void setup()
           throws IOException
Throws:
IOException

tearDown

@PreDestroy
public void tearDown()
              throws InterruptedException
Throws:
InterruptedException

logInteraction

public void logInteraction(String serialized)
Specified by:
logInteraction in interface UserInteractionLoggingOutlet


Copyright © 2012 OneBusAway. All Rights Reserved.