com.hazelcast.jca
Class JcaBase
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcaBase
public JcaBase()
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.