|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.extend.server.support.EnhancedMap<KeyType,ValueType> org.abstracthorizon.extend.server.deployment.DeploymentManagerImpl.DeployedModules<KeyType,ValueType>
protected class DeploymentManagerImpl.DeployedModules<KeyType,ValueType>
This class keeps deployed modules. Also it keeps track of
ProvisionalModule
s count.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.abstracthorizon.extend.server.support.EnhancedMap |
---|
EnhancedMap.InternalSet<Type> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
protected int |
unknownLoaderModules
Number of ProvisionalModule s |
Fields inherited from class org.abstracthorizon.extend.server.support.EnhancedMap |
---|
map, values |
Constructor Summary | |
---|---|
DeploymentManagerImpl.DeployedModules()
Empty constractor |
Method Summary | |
---|---|
void |
clear()
Clears the map. |
ValueType |
get(Object key)
Returns get value |
int |
getUnknownLoaderModulesCount()
Returns the number of ProvisionalModule s |
ValueType |
put(KeyType key,
ValueType value)
Adds new element to the map |
ValueType |
remove(Object key)
Removes key from the map |
Methods inherited from class org.abstracthorizon.extend.server.support.EnhancedMap |
---|
containsKey, containsValue, entrySet, isEmpty, keySet, main, putAll, size, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
protected int unknownLoaderModules
ProvisionalModule
s
Constructor Detail |
---|
public DeploymentManagerImpl.DeployedModules()
Method Detail |
---|
public ValueType get(Object key)
get
in interface Map<KeyType,ValueType>
get
in class EnhancedMap<KeyType,ValueType>
key
- key
public ValueType put(KeyType key, ValueType value)
put
in interface Map<KeyType,ValueType>
put
in class EnhancedMap<KeyType,ValueType>
key
- keyvalue
- value
public ValueType remove(Object key)
remove
in interface Map<KeyType,ValueType>
remove
in class EnhancedMap<KeyType,ValueType>
key
- key
public void clear()
clear
in interface Map<KeyType,ValueType>
clear
in class EnhancedMap<KeyType,ValueType>
public int getUnknownLoaderModulesCount()
ProvisionalModule
s
ProvisionalModule
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |