Package de.anneck.jcast.core

JCast-X core provides internal design and mechanics.

See:
          Description

Interface Summary
IChannel This specifies all core abilities of a JCast type Channel.
IChannelThread The Interface for all ChannelThreads.
IController All JCast controller should implement this interface.
IFactory IFactory, interface of all JCast Factories.
IListener Describes a JCast Listener.
IListenerThread The Interface for all ListenerThreads.
IRequestHandler The RequestHandler interface.
IServerThread The Interface for all ServerThreads.
ISignal Describes the JCast Signal components.
ISource This describes a JCast source-component.
ISourceThread The Interface for all SourceThreads.
IStartable All startable components implement this Interface.
IThread The Interface for all Threads.
 

Class Summary
AbstractThread This is the default implementation of IThread.
 

Exception Summary
JCastException JCast Exception is throw when interaction with JCasts methods fail.
 

Package de.anneck.jcast.core Description

JCast-X core provides internal design and mechanics.