org.jboss.portal.jems.as.system
Class POJOInjector

java.lang.Object
  extended by org.jboss.portal.jems.as.system.POJOInjector
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener

public class POJOInjector
extends java.lang.Object
implements javax.management.NotificationListener

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
POJOInjector()
           
 
Method Summary
 void addInjection(POJOInjection injection)
           
 void handleNotification(javax.management.Notification notification, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POJOInjector

public POJOInjector()
Method Detail

addInjection

public void addInjection(POJOInjection injection)

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object object)
Specified by:
handleNotification in interface javax.management.NotificationListener