cgl.narada.wsinfra.wsrm.impl
Class WsrmNodeFactoryImpl
java.lang.Object
cgl.narada.wsinfra.wsrm.impl.WsrmNodeFactoryImpl
- public class WsrmNodeFactoryImpl
- extends Object
This is a factory class which ensures that there is only instance of the
WsrmSourceNode for a given configuration file. This class is primarily
useful for deployment purposes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static WsrmNodeFactoryImpl getInstance()
getWsrmSourceNode
public WsrmSourceNode getWsrmSourceNode(String configInfo)
throws WsrmStorageException,
DeploymentException
- Gets a sequence monitor for the specified configuration file. For a
given configuration file (based on the absolute path name) only one
instance of the WsrmNode will be running within a given
JVM instance.
- Throws:
WsrmStorageException
DeploymentException