Package com.sun.corba.ee.impl.oa.poa
Class SingleObjectMap
java.lang.Object
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
com.sun.corba.ee.impl.oa.poa.SingleObjectMap
-
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 TypeMethodDescriptionvoid
clear()
boolean
hasMultipleIDs
(AOMEntry value) protected void
putEntry
(ActiveObjectMap.Key key, AOMEntry value) protected void
removeEntry
(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
-
entryToKey
-
-
Constructor Details
-
SingleObjectMap
SingleObjectMap(POAImpl poa)
-
-
Method Details
-
getKey
- Specified by:
getKey
in classActiveObjectMap
- Throws:
WrongPolicy
-
putEntry
- Overrides:
putEntry
in classActiveObjectMap
-
hasMultipleIDs
- Specified by:
hasMultipleIDs
in classActiveObjectMap
-
removeEntry
- Specified by:
removeEntry
in classActiveObjectMap
-
clear
public void clear()- Overrides:
clear
in classActiveObjectMap
-