Uses of Interface
org.fuin.jmsmvc4swing.base.Controller

Packages that use Controller
org.fuin.jmsmvc4swing.base Classes for usage within your application. 
org.fuin.jmsmvc4swing.jms Internal classes for handling the JMS specific part Classes from this package should not be used within your application). 
org.fuin.jmsmvc4swing.model Internal model classes for creating the source and byte code (The only class you should use from this package is ControllerModel). 
 

Uses of Controller in org.fuin.jmsmvc4swing.base
 

Classes in org.fuin.jmsmvc4swing.base with type parameters of type Controller
 class ControllerPair<T extends Controller>
          A ControllerSender and ControllerReceiver pair for use in the Application.
 

Uses of Controller in org.fuin.jmsmvc4swing.jms
 

Methods in org.fuin.jmsmvc4swing.jms with parameters of type Controller
 void MethodHandler.handle(Controller controller, java.lang.String topicName, Data args, long id)
          Calls a method on the given controller.
 

Constructors in org.fuin.jmsmvc4swing.jms with parameters of type Controller
ControllerReceiver(JmsJndiEnvironment env, java.lang.String topicName, Controller ctrl)
          Constructor with all necessary data.
 

Uses of Controller in org.fuin.jmsmvc4swing.model
 

Classes in org.fuin.jmsmvc4swing.model with type parameters of type Controller
 class AbstractGenerator<I extends Controller,T>
          Generates a ControllerReceiver implementation.
 class AbstractMethodGenerator<I extends Controller,T>
          Generates classes depending on a method.
 class ArgumentsGenerator<I extends Controller>
          Generates the "Argument" class.
 class ControllerModel<T extends Controller>
          Model for generating classes based on a Controller interface.
 class ControllerReceiverGenerator<I extends Controller>
          Generates a ControllerReceiver implementation.
 class ControllerSenderGenerator<I extends Controller>
          Generates a ControllerSender implementation.
 class MethodCallSenderGenerator<I extends Controller>
          Generates a MethodCallSender implementation.
 class MethodHandlerGenerator<I extends Controller>
          Generates a MethodHandler implementation.
 class MethodResultReceiverGenerator<I extends Controller>
          Generates a MethodResultReceiver implementation.
 class MethodResultSenderGenerator<I extends Controller>
          Generates a MethodResultSender implementation.
 class ResultGenerator<I extends Controller>
          Generates a ResultGenerator implementation.
 

Methods in org.fuin.jmsmvc4swing.model with parameters of type Controller
 ControllerPair<T> ControllerModel.createOnTheFly(JmsJndiEnvironment env, java.lang.String topicName, Controller ctrl)
          Creates all classes "on-the-fly" with Javassist and then returns the necessary instances to work with.
 



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.