Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.keymanager.channel.KeyManagerChannelManager

Packages that use KeyManagerChannelManager
org.cumulus4j.keymanager Key manager sending keys to the app-server (when requested and allowed). 
org.cumulus4j.keymanager.channel Handlers for the communication channel between key manager and application server. 
 

Uses of KeyManagerChannelManager in org.cumulus4j.keymanager
 

Methods in org.cumulus4j.keymanager that return KeyManagerChannelManager
 KeyManagerChannelManager AppServer.getKeyManagerChannelManager()
           
 

Uses of KeyManagerChannelManager in org.cumulus4j.keymanager.channel
 

Methods in org.cumulus4j.keymanager.channel that return KeyManagerChannelManager
 KeyManagerChannelManager AbstractRequestHandler.getKeyManagerChannelManager()
           
 KeyManagerChannelManager RequestHandler.getKeyManagerChannelManager()
          Get the KeyManagerChannelManager.
 

Methods in org.cumulus4j.keymanager.channel with parameters of type KeyManagerChannelManager
 void AbstractRequestHandler.setKeyManagerChannelManager(KeyManagerChannelManager keyManagerChannelManager)
           
 void RequestHandler.setKeyManagerChannelManager(KeyManagerChannelManager keyManagerChannelManager)
          Set the KeyManagerChannelManager.
 

Constructors in org.cumulus4j.keymanager.channel with parameters of type KeyManagerChannelManager
KeyManagerChannelListenerThread(KeyManagerChannelManager keyManagerChannelManager)
          Instantiate a new listener thread.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.