org.codehaus.activemq.transport.ember
Class EmberSupport
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmberSupport
public EmberSupport()
EmberSupport
public EmberSupport(pyrasun.eio.EIOGlobalContext context,
pyrasun.eio.EIOPoolingStrategy ioPoolingStrategy)
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.