org.eclipse.net4j.util.registry
Class Registry.Transaction

java.lang.Object
  extended by org.eclipse.net4j.util.registry.Registry.Transaction
Enclosing class:
Registry<K,V>

protected class Registry.Transaction
extends Object


Constructor Summary
Registry.Transaction()
           
 
Method Summary
 void commit(boolean notifications)
           
 void increaseNesting()
           
 boolean isOwned()
           
 void rememberDeregistered(K key, V value)
           
 void rememberRegistered(K key, V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry.Transaction

public Registry.Transaction()
Method Detail

isOwned

public boolean isOwned()

increaseNesting

public void increaseNesting()

commit

public void commit(boolean notifications)

rememberRegistered

public void rememberRegistered(K key,
                               V value)

rememberDeregistered

public void rememberDeregistered(K key,
                                 V value)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.