org.jboss.messaging.core.remoting.spi
Interface ConnectionLifeCycleListener
- All Known Implementing Classes:
- ConnectionManagerImpl, RemotingServiceImpl
public interface ConnectionLifeCycleListener
A ConnectionLifeCycleListener
- Author:
- Tim Fox
connectionCreated
void connectionCreated(Connection connection)
connectionDestroyed
void connectionDestroyed(java.lang.Object connectionID)
connectionException
void connectionException(java.lang.Object connectionID,
MessagingException me)
Copyright © 2006 JBoss Inc. All Rights Reserved.