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

Packages that use JmsJndiEnvironment
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 JmsJndiEnvironment in org.fuin.jmsmvc4swing.base
 

Classes in org.fuin.jmsmvc4swing.base that implement JmsJndiEnvironment
 class JmsJndiEnvironmentImpl
          Default environment for using JMS and JNDI.
 

Uses of JmsJndiEnvironment in org.fuin.jmsmvc4swing.jms
 

Methods in org.fuin.jmsmvc4swing.jms that return JmsJndiEnvironment
protected  JmsJndiEnvironment MethodCallSender.getEnvironment()
          Returns the environment.
 

Constructors in org.fuin.jmsmvc4swing.jms with parameters of type JmsJndiEnvironment
ControllerReceiver(JmsJndiEnvironment env, java.lang.String topicName, Controller ctrl)
          Constructor with all necessary data.
MethodCallSender(JmsJndiEnvironment env, java.lang.String topicName, boolean determinate)
          Constructor.
MethodResultReceiver(JmsJndiEnvironment env, java.lang.String topicName, java.lang.String methodName, long id, ControllerResultListener listener)
          Constructor.
MethodResultSender(JmsJndiEnvironment env, java.lang.String topicName, java.lang.String methodName, long id)
          Constructor.
Publisher(JmsJndiEnvironment env)
          Constructor.
Subscriber(JmsJndiEnvironment env)
          Constructor.
 

Uses of JmsJndiEnvironment in org.fuin.jmsmvc4swing.model
 

Methods in org.fuin.jmsmvc4swing.model with parameters of type JmsJndiEnvironment
 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 © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.