org.jboss.jms.server.container
Class ServerFactoryInterceptor
java.lang.Object
org.jboss.jms.server.container.ServerFactoryInterceptor
- public class ServerFactoryInterceptor
- extends java.lang.Object
The interceptor to create server containers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleton
public static final ServerFactoryInterceptor (src) singleton
ServerFactoryInterceptor
public ServerFactoryInterceptor()
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