org.abstracthorizon.extend.server.deployment
Class DeploymentManagerImpl.ModuleLoaders<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
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
Methods inherited from interface java.util.Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
DeploymentManagerImpl.ModuleLoaders
protected DeploymentManagerImpl.ModuleLoaders()
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.