Uses of Interface
jtge.engine.io.IDisconnectionObserver

Packages that use IDisconnectionObserver
jtge.engine.io IO package.  
jtge.engine.net Network package.  
jtge.engine.security Security package. 
 

Uses of IDisconnectionObserver in jtge.engine.io
 

Subinterfaces of IDisconnectionObserver in jtge.engine.io
 interface ISessionManager
          Defines a component providing a service from connection to disconnection.
 

Classes in jtge.engine.io that implement IDisconnectionObserver
 class ChannelManager
          Maintains a link between inputs and outputs.
 class InputStarter
          Starts an asynchronous input managing each opened input.
 class OutputRegistrer
          Registers and unregisters outputs into the given subject.
 class SessionManager
          Implements a composite of session managers.
 

Constructors in jtge.engine.io with parameters of type IDisconnectionObserver
Output(IDisconnectionObserver observer, IOutputImp output)
          Create an output.
InputOutputFactory(IConsumer consumer, IDisconnectionObserver observer, IInputOutputImpFactory factory)
          Create a factory for inputs and outputs.
Input(IConsumer consumer, IDisconnectionObserver observer, IInputImp input)
          Create an input.
 

Uses of IDisconnectionObserver in jtge.engine.net
 

Methods in jtge.engine.net with parameters of type IDisconnectionObserver
 IInputOutputFactory UserInputOutputFactoryFactory.create(IDisconnectionObserver observer)
          Create the input-output factory.
 IInputOutputFactory InputOutputFactoryFactory.create(IDisconnectionObserver observer)
          Create the input-output factory.
 IInputOutputFactory IInputOutputFactoryFactory.create(IDisconnectionObserver observer)
          Create the input-output factory.
 

Uses of IDisconnectionObserver in jtge.engine.security
 

Constructors in jtge.engine.security with parameters of type IDisconnectionObserver
UserInputOutputFactory(IConsumer consumer, IDisconnectionObserver observer, IUserManager manager, IInputOutputImpFactory factory)
          Create an input/output factory.
 



Copyright © 2003-2005 . All Rights Reserved.