org.jboss.jms.client.container
Class ConnectionAspect
java.lang.Object
org.jboss.jms.client.container.ConnectionAspect
- public class ConnectionAspect
- extends java.lang.Object
Handles operations related to the connection
This aspect is PER_INSTANCE.
- Version:
- $Revision: 2594 $
$Id: ConnectionAspect.java 2594 2007-04-20 15:44:23Z timfox $
- Author:
- Ovidiu Feodorov, Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clientID
protected java.lang.String clientID
exceptionListener
protected ExceptionListener exceptionListener
connMetaData
protected ConnectionMetaData connMetaData
listenerAdded
protected boolean listenerAdded
ConnectionAspect
public ConnectionAspect()
handleGetClientID
public java.lang.Object handleGetClientID(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleSetClientID
public java.lang.Object handleSetClientID(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleGetExceptionListener
public java.lang.Object handleGetExceptionListener(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleSetExceptionListener
public java.lang.Object handleSetExceptionListener(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleGetConnectionMetaData
public java.lang.Object handleGetConnectionMetaData(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleCreateSessionDelegate
public java.lang.Object handleCreateSessionDelegate(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleClose
public java.lang.Object handleClose(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
handleConnectionException
public void handleConnectionException(java.lang.Throwable t,
Client c)
Copyright © 2006 JBoss Inc. All Rights Reserved.