|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jms.extensions.ClientSAFFactory
This is a factory for ClientSAF objects, that can be used to control aspects of the client Store & Forward system
ClientSAF
Constructor Summary | |
ClientSAFFactory()
|
Method Summary | |
static ClientSAF |
getClientSAF()
Returns a client SAF instance. |
static ClientSAF |
getClientSAF(File rootDirectory,
InputStream configuration)
Returns a client SAF instance |
static ClientSAF |
getClientSAF(InputStream configuration)
Returns a client SAF instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientSAFFactory()
Method Detail |
public static ClientSAF getClientSAF() throws JMSException
JMSException
- If this call is attempted on a
WLS server. Client SAF can only be used on a client.public static ClientSAF getClientSAF(File rootDirectory, InputStream configuration) throws JMSException
rootDirectory
- The directory that should be considered
the root directory where the client SAF implementation can
store files and directories. Any relative paths in the
configuration file are relative to this directory (for
example, the store directory)configuration
- An input stream for a configuration that
is well-formed with respect to weblogic-jmsmd.xsd and which
has a root element of weblogic-client-jms
JMSException
- If this call is attempted on a
WLS server. Client SAF can only be used on a client.public static ClientSAF getClientSAF(InputStream configuration) throws JMSException
configuration
- An input stream for a configuration that
is well-formed with respect to weblogic-jmsmd.xsd and which
has a root element of weblogic-client-jms
JMSException
- If this call is attempted on a
WLS server. Client SAF can only be used on a client.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |