Uses of Interface
context.arch.handler.Handler

Packages that use Handler
context.arch   
context.arch.enactor   
context.arch.handler   
context.arch.server   
 

Uses of Handler in context.arch
 

Methods in context.arch with parameters of type Handler
 Error BaseObject.subscribeTo(Handler handler, java.lang.String remoteId, java.lang.String remoteHost, int remotePort, ClientSideSubscriber subscriber)
          This method allows a component to subscribe to changes in other components.
 void BaseObject.discovererSubscribe(Handler handler, DiscovererSubscriber discoSub)
          This method is used to subscribe to the discoverer.
protected  DataObject BaseObject.discovererSendSubscription(Handler handler, DiscovererSubscriber discoSub)
          to improve
 

Uses of Handler in context.arch.enactor
 

Classes in context.arch.enactor that implement Handler
 class EnactorSubscriptionManager
          This class manages CTK subscriptions on behalf of enactors.
 

Uses of Handler in context.arch.handler
 

Methods in context.arch.handler that return Handler
 Handler Handlers.getHandler(java.lang.String key)
          Returns a handler that matches the given key
 Handler HandlerInfo.getHandler()
          Returns the context widget handler
 

Methods in context.arch.handler with parameters of type Handler
 void HandlerInfo.setHandler(Handler handler)
          Sets the context widget handler
 

Constructors in context.arch.handler with parameters of type Handler
HandlerInfo(Handler handler, java.lang.String subId, java.lang.String remoteId, java.lang.String remoteHost, int remotePort, java.lang.String subCallback)
          Full constructor that takes all input parameters
HandlerInfo(Handler handler, java.lang.String subId, java.lang.String remoteId, java.lang.String subCallback)
          Constructor
 

Uses of Handler in context.arch.server
 

Classes in context.arch.server that implement Handler
 class Server
          This class is the basic context server, with attributes and methods that should apply to all context servers.