org.codehaus.activemq.transport.ember
Class EmberSupport

java.lang.Object
  extended byorg.codehaus.activemq.transport.ember.EmberSupport
Direct Known Subclasses:
EmberTransportChannelFactory, EmberTransportServerChannelFactory

public class EmberSupport
extends Object

An abstract base class useful for implementation inheritence

Version:
$Revision: 1.7 $

Constructor Summary
EmberSupport()
           
EmberSupport(pyrasun.eio.EIOGlobalContext context, pyrasun.eio.EIOPoolingStrategy ioPoolingStrategy)
           
 
Method Summary
protected  JMSException createJMSException(String message, Exception ex)
          Factory method to create a JMSException which is linked to the base exception
 pyrasun.eio.EIOGlobalContext getContext()
           
protected  pyrasun.eio.services.EmberServiceController getController()
           
protected  pyrasun.eio.EIOPoolingStrategy getIoPoolingStrategy()
           
 String getKey()
           
protected  pyrasun.eio.EIOPoolingStrategy getPoolingStrategyByName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmberSupport

public EmberSupport()

EmberSupport

public EmberSupport(pyrasun.eio.EIOGlobalContext context,
                    pyrasun.eio.EIOPoolingStrategy ioPoolingStrategy)
Method Detail

getContext

public pyrasun.eio.EIOGlobalContext getContext()
                                        throws IOException
Throws:
IOException

getKey

public String getKey()

getController

protected pyrasun.eio.services.EmberServiceController getController()
                                                             throws IOException
Throws:
IOException

getIoPoolingStrategy

protected pyrasun.eio.EIOPoolingStrategy getIoPoolingStrategy()

getPoolingStrategyByName

protected pyrasun.eio.EIOPoolingStrategy getPoolingStrategyByName(String name)

createJMSException

protected JMSException createJMSException(String message,
                                          Exception ex)
Factory method to create a JMSException which is linked to the base exception



Copyright © 2004 Protique, Ltd.. All Rights Reserved.