public class UserCoordinatorFactory extends Object
| Constructor and Description |
|---|
UserCoordinatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static UserCoordinator |
userCoordinator() |
static UserCoordinator |
userCoordinator(String protocol)
Obtain a reference to a coordinator that implements the specified
protocol.
|
public static UserCoordinator userCoordinator() throws ProtocolNotRegisteredException, SystemException
ProtocolNotRegisteredException - Thrown if the default
protocol is not available.SystemExceptionpublic static UserCoordinator userCoordinator(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.