org.jboss.aop.classpool
Class ExtraClassPoolFactoryParameters

java.lang.Object
  extended by org.jboss.aop.classpool.ExtraClassPoolFactoryParameters

public class ExtraClassPoolFactoryParameters
extends Object

This class is used by the AS5 integration. Do not delete!!!!

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
ExtraClassPoolFactoryParameters()
           
 
Method Summary
static Map<Object,Object> peekThreadProperties()
           
static Map<Object,Object> popThreadProperties()
           
static void pushThreadProperties(Map<Object,Object> props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraClassPoolFactoryParameters

public ExtraClassPoolFactoryParameters()
Method Detail

pushThreadProperties

public static void pushThreadProperties(Map<Object,Object> props)

peekThreadProperties

public static Map<Object,Object> peekThreadProperties()

popThreadProperties

public static Map<Object,Object> popThreadProperties()


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.