Holger's
Java API

Uses of Class
com.antelmann.net.MessageDelegator

Packages that use MessageDelegator
com.antelmann.db.remote This package contains classes that add remote capacities to the database concept of the super package. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of MessageDelegator in com.antelmann.db.remote
 

Methods in com.antelmann.db.remote that return MessageDelegator
 MessageDelegator ChangeNotificationClient.getDelegator()
          returns the delegator that uses the RemoteDatabaseChangeHandler, which has been started in its own daemon thread at construction time
 

Uses of MessageDelegator in com.antelmann.net
 

Methods in com.antelmann.net that return MessageDelegator
 MessageDelegator NetConnectionServer.DefaultDispatcher.createDispatcher(NetConnection con, NetConnectionHandler handler)
           
 MessageDelegator JMessenger.createDispatcher(NetConnection con, NetConnectionHandler handler)
           
 MessageDelegator ConnectionDispatcher.createDispatcher(NetConnection con, NetConnectionHandler handler)
          responsible for creating the delegator based on the created connection and the associated handler
 MessageDelegator ChatServer.createDispatcher(NetConnection con, NetConnectionHandler handler)
           
 MessageDelegator[] NetConnectionServer.getDelegators()
          returns a snapshot of the currently known delegators
 

Methods in com.antelmann.net that return types with arguments of type MessageDelegator
 Map<NetConnection,MessageDelegator> NetConnectionServer.getConnectionMap()
          returns an unmodifiable view of all NetConnections and their MessageDelegators that have been created with this server (minus those that have been removed through removeInactiveConnections())
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads