Uses of Class
org.jvnet.hk2.config.UnprocessedChangeEvents

Uses of UnprocessedChangeEvents in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return UnprocessedChangeEvents
 UnprocessedChangeEvents ConfigListener.changed(java.beans.PropertyChangeEvent[] events)
          Notification that @Configured objects that were injected have changed
 UnprocessedChangeEvents Transactions.ConfigListenerJob.process(ConfigListener target)
           
static UnprocessedChangeEvents ConfigSupport.sortAndDispatch(java.beans.PropertyChangeEvent[] events, Changed target, java.util.logging.Logger logger)
          sort events and dispatch the changes.
 

Methods in org.jvnet.hk2.config that return types with arguments of type UnprocessedChangeEvents
protected  java.util.concurrent.FutureTask<UnprocessedChangeEvents> Transactions.ConfigListenerNotifier.prepare(org.jvnet.hk2.config.Transactions.Job<ConfigListener,java.beans.PropertyChangeEvent,UnprocessedChangeEvents> job)
           
 

Method parameters in org.jvnet.hk2.config with type arguments of type UnprocessedChangeEvents
protected  java.util.concurrent.FutureTask<UnprocessedChangeEvents> Transactions.ConfigListenerNotifier.prepare(org.jvnet.hk2.config.Transactions.Job<ConfigListener,java.beans.PropertyChangeEvent,UnprocessedChangeEvents> job)
           
 void TransactionListener.unprocessedTransactedEvents(java.util.List<UnprocessedChangeEvents> changes)
          Nofication of unprocessed events by ConfigListener, usually requiring a server restart.
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.