Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons.protocols
Class ProtocolManagementServiceImpl

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.commons.protocols.ProtocolManagementServiceImpl
All Implemented Interfaces:
ProtocolManagementService, ChannelListenerSupport

Deprecated. Use Endpoint to manage protocol's configuration. Use protocol object directly to open and close connection. Use WarmStandby service directly.

@Deprecated
public class ProtocolManagementServiceImpl
extends java.lang.Object
implements ProtocolManagementService

Protocol Manager Application Block is going to be deprecated.

- ConnectionConfiguration interfaces has been extended with specific configuration options.
- Endpoint class has been extended with constructor to accept ConnectionConfiguration parameter.
- New ClientConfigurationHelper class has been added to AppTemplate Application Block to help configuration initialization from Configuration Server data.

So, user should create WarmStanbyService and manage its' state directly if it is required.

See Also:
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

ProtocolManagementServiceImpl

public ProtocolManagementServiceImpl()
Deprecated. 

ProtocolManagementServiceImpl

public ProtocolManagementServiceImpl(MessageReceiverSupport messageReceiver)
Deprecated. 
Method Detail

getProtocol

public final Protocol getProtocol(java.lang.String name)
Deprecated. 
Specified by:
getProtocol in interface ProtocolManagementService

getWarmStandbyService

public final WarmStandbyService getWarmStandbyService(java.lang.String name)
Deprecated. 

register

public final Protocol register(ProtocolConfiguration protocolConfiguration)
Deprecated. 
Specified by:
register in interface ProtocolManagementService

unregister

public final void unregister(java.lang.String name)
Deprecated. 
Specified by:
unregister in interface ProtocolManagementService

applyConfiguration

public void applyConfiguration(ProtocolConfiguration protocolConfiguration)
Deprecated. 
Specified by:
applyConfiguration in interface ProtocolManagementService

getReceiver

public final MessageReceiver getReceiver()
Deprecated. 

beginOpen

public void beginOpen()
               throws ProtocolException
Deprecated. 
Throws:
ProtocolException

beginClose

public void beginClose()
Deprecated. 

beginOpenProtocol

public void beginOpenProtocol(java.lang.String name)
                       throws ProtocolException
Deprecated. 
Throws:
ProtocolException

beginCloseProtocol

public void beginCloseProtocol(java.lang.String name)
Deprecated. 

addChannelListener

public void addChannelListener(ChannelListener listener)
Deprecated. 
Description copied from interface: ChannelListenerSupport
Adds listener about connection lifecycle events.

Specified by:
addChannelListener in interface ChannelListenerSupport
Parameters:
listener - listener

removeChannelListener

public void removeChannelListener(ChannelListener listener)
Deprecated. 
Description copied from interface: ChannelListenerSupport
Removes listener about connection lifecycle events.

Specified by:
removeChannelListener in interface ChannelListenerSupport
Parameters:
listener - listener

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.