|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.util.JPPFAccessorImpl
public abstract class JPPFAccessorImpl
Utility class used to provide access to JPPF components.
| Field Summary | |
|---|---|
protected JPPFJcaClient |
jppfClient
The JPPF client used to submit tasks. |
protected PrintWriter |
logWriter
The log writer for this object. |
| Constructor Summary | |
|---|---|
protected |
JPPFAccessorImpl()
Default constructor. |
| Method Summary | |
|---|---|
JPPFJcaClient |
getJppfClient()
Get the JPPF client used to submit tasks. |
PrintWriter |
getLogWriter()
Get the log writer for this object. |
void |
setJppfClient(JPPFJcaClient jppfClient)
Set the JPPF client used to submit tasks. |
void |
setLogWriter(PrintWriter writer)
Set the log writer for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient JPPFJcaClient jppfClient
protected PrintWriter logWriter
| Constructor Detail |
|---|
protected JPPFAccessorImpl()
| Method Detail |
|---|
public JPPFJcaClient getJppfClient()
getJppfClient in interface JPPFAccessorJPPFJcaClient instance.public void setJppfClient(JPPFJcaClient jppfClient)
setJppfClient in interface JPPFAccessorjppfClient - a JPPFJcaClient instance.
public PrintWriter getLogWriter()
throws ResourceException
getLogWriter in interface JPPFAccessorPrintWriter instance.
ResourceException - if the log writer could not be obtained.ManagedConnectionFactory.getLogWriter()
public void setLogWriter(PrintWriter writer)
throws ResourceException
setLogWriter in interface JPPFAccessorwriter - a PrintWriter instance.
ResourceException - if the log writer could not be set.ManagedConnectionFactory.setLogWriter(java.io.PrintWriter)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||