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