|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JPPFAccessor
Utility interface used for accessing common attributes of the j2ee connector objects.
| 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. |
| Method Detail |
|---|
JPPFJcaClient getJppfClient()
JPPFJcaClient instance.void setJppfClient(JPPFJcaClient jppfClient)
jppfClient - a JPPFJcaClient instance.
PrintWriter getLogWriter()
throws ResourceException
PrintWriter instance.
ResourceException - if the log writer could not be obtained.ManagedConnectionFactory.getLogWriter()
void setLogWriter(PrintWriter writer)
throws ResourceException
writer - 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 | ||||||||||