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.SystemException
public 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.SystemException
Copyright © 2018 JBoss by Red Hat. All rights reserved.