com.hazelcast.jca
Class JcaBase

java.lang.Object
  extended by com.hazelcast.jca.JcaBase
Direct Known Subclasses:
HazelcastTransactionImpl, ManagedConnectionFactoryImpl, ManagedConnectionImpl

public class JcaBase
extends Object

Base class to allow simpler logging according to the JCA specs and the Hazelcast Logging Framework


Constructor Summary
JcaBase()
           
 
Method Summary
 PrintWriter getLogWriter()
           
 void setLogWriter(PrintWriter printWriter)
          Sets the container specific container LOGGER
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaBase

public JcaBase()
Method Detail

getLogWriter

public PrintWriter getLogWriter()
Returns:
The container-specific LOGGER

setLogWriter

public void setLogWriter(PrintWriter printWriter)
Sets the container specific container LOGGER

Parameters:
printWriter - the new LOGGER to be used


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.