org.abstracthorizon.extend.server.deployment
Class DeploymentManagerImpl.ModuleLoaders<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by java.util.LinkedHashSet<E>
                  extended by org.abstracthorizon.extend.server.deployment.DeploymentManagerImpl.ModuleLoaders<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>
Enclosing class:
DeploymentManagerImpl

protected class DeploymentManagerImpl.ModuleLoaders<E>
extends LinkedHashSet<E>

This class is extension of LinkedHashSet that on adding new element calls DeploymentManagerImpl.tryToDeployUnknown() method.

See Also:
Serialized Form

Constructor Summary
protected DeploymentManagerImpl.ModuleLoaders()
           
 
Method Summary
 boolean add(E o)
          When new element is added to the list DeploymentManagerImpl.tryToDeployUnknown() method is called.
 
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

DeploymentManagerImpl.ModuleLoaders

protected DeploymentManagerImpl.ModuleLoaders()
Method Detail

add

public boolean add(E o)
When new element is added to the list DeploymentManagerImpl.tryToDeployUnknown() method is called.

Specified by:
add in interface Collection<E>
Specified by:
add in interface Set<E>
Overrides:
add in class HashSet<E>
Parameters:
o - new module loader
Returns:
result of Collection.add(Object) method


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.