Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons.protocols
Interface ProtocolManagementService

All Superinterfaces:
ChannelListenerSupport
All Known Implementing Classes:
ProtocolManagementServiceImpl

Deprecated. Use Endpoint to manage protocol's configuration.

@Deprecated
public interface ProtocolManagementService
extends ChannelListenerSupport

Protocol Manager Application Block is 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

Method Summary
 void applyConfiguration(ProtocolConfiguration protocolconfiguration)
          Deprecated.  
 Protocol getProtocol(java.lang.String s)
          Deprecated.  
 Protocol register(ProtocolConfiguration protocolconfiguration)
          Deprecated.  
 void unregister(java.lang.String s)
          Deprecated.  
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListenerSupport
addChannelListener, removeChannelListener
 

Method Detail

getProtocol

Protocol getProtocol(java.lang.String s)
Deprecated. 

register

Protocol register(ProtocolConfiguration protocolconfiguration)
Deprecated. 

unregister

void unregister(java.lang.String s)
Deprecated. 

applyConfiguration

void applyConfiguration(ProtocolConfiguration protocolconfiguration)
Deprecated. 

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.