org.smallmind.quorum.transport.message
Class MessageSenderConnectionInstance
java.lang.Object
org.smallmind.quorum.transport.message.MessageSenderConnectionInstance
- All Implemented Interfaces:
- Existential, ConnectionInstance<MessageSender>
public class MessageSenderConnectionInstance
- extends Object
- implements ConnectionInstance<MessageSender>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSenderConnectionInstance
public MessageSenderConnectionInstance(ConnectionPool<MessageSender> connectionPool,
javax.jms.QueueConnection queueConnection,
javax.jms.Queue queue,
MessagePolicy messagePolicy,
MessageStrategy messageStrategy)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
validate
public boolean validate()
- Specified by:
validate in interface ConnectionInstance<MessageSender>
serve
public MessageSender serve()
throws Exception
- Specified by:
serve in interface ConnectionInstance<MessageSender>
- Throws:
Exception
close
public void close()
throws Exception
- Specified by:
close in interface ConnectionInstance<MessageSender>
- Throws:
Exception
getExistentialStackTrace
public StackTraceElement[] getExistentialStackTrace()
- Specified by:
getExistentialStackTrace in interface Existential
Copyright © 2012. All Rights Reserved.