org.jboss.cdi.tck.tests.context.jms
Class LogStore.LogMessage

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.jms.LogStore.LogMessage
Enclosing class:
LogStore

public class LogStore.LogMessage
extends Object

Immutable log message.


Constructor Summary
LogStore.LogMessage(long threadId, String text, String serviceId)
           
 
Method Summary
 String getServiceId()
           
 String getText()
           
 long getThreadId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogStore.LogMessage

public LogStore.LogMessage(long threadId,
                           String text,
                           String serviceId)
Method Detail

getThreadId

public long getThreadId()

getText

public String getText()

getServiceId

public String getServiceId()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.