|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.commons.protocols.ProtocolManagementServiceImpl
Endpoint
to manage protocol's configuration.
Use protocol object directly to open and close connection.
Use WarmStandby service directly.
@Deprecated public class ProtocolManagementServiceImpl
Protocol Manager Application Block is going to be deprecated.
- ConnectionConfiguration interfaces has been extended with specific configuration options.
ClientConnectionOptions
,
ClientADDPOptions
,
PropertyConfiguration
,
KeyValueConfiguration
,
Endpoint
,
WarmStandbyConfiguration
,
ClientConfigurationHelper
Constructor Summary | |
---|---|
ProtocolManagementServiceImpl()
Deprecated. |
|
ProtocolManagementServiceImpl(MessageReceiverSupport messageReceiver)
Deprecated. |
Method Summary | |
---|---|
void |
addChannelListener(ChannelListener listener)
Deprecated. Adds listener about connection lifecycle events. |
void |
applyConfiguration(ProtocolConfiguration protocolConfiguration)
Deprecated. |
void |
beginClose()
Deprecated. |
void |
beginCloseProtocol(java.lang.String name)
Deprecated. |
void |
beginOpen()
Deprecated. |
void |
beginOpenProtocol(java.lang.String name)
Deprecated. |
Protocol |
getProtocol(java.lang.String name)
Deprecated. |
MessageReceiver |
getReceiver()
Deprecated. |
WarmStandbyService |
getWarmStandbyService(java.lang.String name)
Deprecated. |
Protocol |
register(ProtocolConfiguration protocolConfiguration)
Deprecated. |
void |
removeChannelListener(ChannelListener listener)
Deprecated. Removes listener about connection lifecycle events. |
void |
unregister(java.lang.String name)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProtocolManagementServiceImpl()
public ProtocolManagementServiceImpl(MessageReceiverSupport messageReceiver)
Method Detail |
---|
public final Protocol getProtocol(java.lang.String name)
getProtocol
in interface ProtocolManagementService
public final WarmStandbyService getWarmStandbyService(java.lang.String name)
public final Protocol register(ProtocolConfiguration protocolConfiguration)
register
in interface ProtocolManagementService
public final void unregister(java.lang.String name)
unregister
in interface ProtocolManagementService
public void applyConfiguration(ProtocolConfiguration protocolConfiguration)
applyConfiguration
in interface ProtocolManagementService
public final MessageReceiver getReceiver()
public void beginOpen() throws ProtocolException
ProtocolException
public void beginClose()
public void beginOpenProtocol(java.lang.String name) throws ProtocolException
ProtocolException
public void beginCloseProtocol(java.lang.String name)
public void addChannelListener(ChannelListener listener)
ChannelListenerSupport
addChannelListener
in interface ChannelListenerSupport
listener
- listenerpublic void removeChannelListener(ChannelListener listener)
ChannelListenerSupport
removeChannelListener
in interface ChannelListenerSupport
listener
- listener
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |