org.jboss.jms.server.container
Class ServerSessionInterceptor

java.lang.Object
  extended byorg.jboss.jms.server.container.ServerSessionInterceptor

public class ServerSessionInterceptor
extends java.lang.Object

The server implementation of the session


Field Summary
static ServerSessionInterceptor (src) singleton
           
 
Constructor Summary
ServerSessionInterceptor()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static ServerSessionInterceptor (src)  singleton
Constructor Detail

ServerSessionInterceptor

public ServerSessionInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable