Uses of Class
context.arch.handler.HandlerInfo

Packages that use HandlerInfo
context.arch.handler   
 

Uses of HandlerInfo in context.arch.handler
 

Methods in context.arch.handler that return HandlerInfo
 HandlerInfo Handlers.getHandlerInfo(java.lang.String key)
          Return the HandlerInfo corresponding to a subscription
 

Methods in context.arch.handler with parameters of type HandlerInfo
 void Handlers.addHandler(HandlerInfo info)
          Adds a handler to the handler list
 void Handlers.removeHandler(HandlerInfo info)
          Removes a handler from the handler list