Uses of Interface
org.smallmind.phalanx.wire.transport.jms.ManagedObjectFactory
-
Packages that use ManagedObjectFactory Package Description org.smallmind.phalanx.wire.transport.jms org.smallmind.phalanx.wire.transport.jms.jndi -
-
Uses of ManagedObjectFactory in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms that return ManagedObjectFactory Modifier and Type Method Description ManagedObjectFactoryRoutingFactories. getRequestQueueFactory()ManagedObjectFactoryRoutingFactories. getRequestTopicFactory()ManagedObjectFactoryRoutingFactories. getResponseTopicFactory()Constructors in org.smallmind.phalanx.wire.transport.jms with parameters of type ManagedObjectFactory Constructor Description ConnectionManager(ManagedObjectFactory managedObjectFactory, MessagePolicy messagePolicy, ReconnectionPolicy reconnectionPolicy)RoutingFactories(ManagedObjectFactory requestQueueFactory, ManagedObjectFactory requestTopicFactory, ManagedObjectFactory responseTopicFactory) -
Uses of ManagedObjectFactory in org.smallmind.phalanx.wire.transport.jms.jndi
Classes in org.smallmind.phalanx.wire.transport.jms.jndi that implement ManagedObjectFactory Modifier and Type Class Description classJndiManagedObjectFactory
-