org.jboss.jms.client
Class ClientAOPStackLoader

java.lang.Object
  extended by org.jboss.jms.client.ClientAOPStackLoader

public class ClientAOPStackLoader
extends java.lang.Object

A static singleton that insures the client-side AOP stack is loaded.

Version:
$Revision: 2868 $ $Id: ClientAOPStackLoader.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Ovidiu Feodorov

Method Summary
static ClientAOPStackLoader getInstance()
           
 void load(ConnectionFactoryEndpoint delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ClientAOPStackLoader getInstance()

load

public void load(ConnectionFactoryEndpoint delegate)
          throws java.lang.Exception
Parameters:
delegate - - either an instance of ClientClusteredConnectionFactoryDelegate or ClientConnectionFactoryDelegate.
Throws:
java.lang.Exception - - if something goes wrong with downloading the AOP configuration from the server and installing it.


Copyright © 2006 JBoss Inc. All Rights Reserved.