public class ProtocolManager extends Object
| Constructor and Description |
|---|
ProtocolManager() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProtocolImplementation(String protocolName) |
void |
initialise() |
public Object getProtocolImplementation(String protocolName) throws ProtocolNotRegisteredException, IllegalArgumentException
protocolName - The name of the protocol.ProtocolNotRegisteredException - Thrown if the requested coordination protocol has not been
registered.IllegalArgumentException - Thrown if the parameter is invalid.public final void initialise()
Copyright © 2017 JBoss by Red Hat. All rights reserved.