Package com.sun.corba.ee.impl.oa.poa
Class MultipleObjectMap
java.lang.Object
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
com.sun.corba.ee.impl.oa.poa.MultipleObjectMap
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
ActiveObjectMap.Key -
Field Summary
FieldsFields inherited from class com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
poa -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanhasMultipleIDs(AOMEntry value) protected voidputEntry(ActiveObjectMap.Key key, AOMEntry value) protected voidremoveEntry(AOMEntry entry, ActiveObjectMap.Key key) Methods inherited from class com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
contains, containsKey, create, get, getKey, getServant, keySet, putServant, remove
-
Field Details
-
entryToKeys
-
-
Constructor Details
-
MultipleObjectMap
MultipleObjectMap(POAImpl poa)
-
-
Method Details
-
getKey
- Specified by:
getKeyin classActiveObjectMap- Throws:
WrongPolicy
-
putEntry
- Overrides:
putEntryin classActiveObjectMap
-
hasMultipleIDs
- Specified by:
hasMultipleIDsin classActiveObjectMap
-
removeEntry
- Specified by:
removeEntryin classActiveObjectMap
-
clear
public void clear()- Overrides:
clearin classActiveObjectMap
-