Uses of Interface
planet.commonapi.factory.RouteMessagePool

Packages that use RouteMessagePool
planet.generic.commonapi.factory   
 

Uses of RouteMessagePool in planet.generic.commonapi.factory
 

Classes in planet.generic.commonapi.factory that implement RouteMessagePool
 class RouteMessagePoolImpl
          Shows a pool of RouteMessage, reusing any existing RouteMessage as possible.
 

Methods in planet.generic.commonapi.factory that return RouteMessagePool
static RouteMessagePool GenericFactory.buildRouteMessagePool()
          Builds an instance of the current RouteMessagePool implementation.
static RouteMessagePool GenericFactory.getDefaultRouteMessagePool()
          Returns the RouteMessagePool that is used internally to invoke the pool methods.