org.jboss.jms.server.container
Class ServerFactoryInterceptor

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

public class ServerFactoryInterceptor
extends java.lang.Object

The interceptor to create server containers


Field Summary
static ServerFactoryInterceptor (src) singleton
           
 
Constructor Summary
ServerFactoryInterceptor()
           
 
Method Summary
protected  BrowserDelegate (src) createBrowser(MethodInvocation invocation, BrowserDelegate (src)  target)
           
protected  ConsumerDelegate (src) createConsumer(MethodInvocation invocation, ConsumerDelegate (src)  target)
           
protected  ProducerDelegate (src) createProducer(MethodInvocation invocation, ProducerDelegate (src)  target)
           
protected  SessionDelegate (src) createSession(MethodInvocation invocation, SessionDelegate (src)  target)
           
 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 final ServerFactoryInterceptor (src)  singleton
Constructor Detail

ServerFactoryInterceptor

public ServerFactoryInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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

createSession

protected SessionDelegate (src)  createSession(MethodInvocation invocation,
                                        SessionDelegate (src)  target)
                                 throws java.lang.Throwable
Throws:
java.lang.Throwable

createBrowser

protected BrowserDelegate (src)  createBrowser(MethodInvocation invocation,
                                        BrowserDelegate (src)  target)
                                 throws java.lang.Throwable
Throws:
java.lang.Throwable

createConsumer

protected ConsumerDelegate (src)  createConsumer(MethodInvocation invocation,
                                          ConsumerDelegate (src)  target)
                                   throws java.lang.Throwable
Throws:
java.lang.Throwable

createProducer

protected ProducerDelegate (src)  createProducer(MethodInvocation invocation,
                                          ProducerDelegate (src)  target)
                                   throws java.lang.Throwable
Throws:
java.lang.Throwable