public class CoordinatorManagerFactory extends Object
| Constructor and Description |
|---|
CoordinatorManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatorManager |
coordinatorManager() |
static CoordinatorManager |
coordinatorManager(String protocol)
Obtain a reference to a coordinator that implements the specified
protocol.
|
public static CoordinatorManager coordinatorManager() throws ProtocolNotRegisteredException, SystemException
ProtocolNotRegisteredException - Thrown if the default
protocol is not available.SystemExceptionpublic static CoordinatorManager coordinatorManager(String protocol) throws ProtocolNotRegisteredException, SystemException
protocol - The XML definition of the type of
coordination protocol required.ProtocolNotRegisteredException - Thrown if the requested
protocol is not available.SystemExceptionCopyright © 2013. All rights reserved.