Uses of Class
com.sun.corba.ee.impl.oa.poa.AOMEntry
-
Packages that use AOMEntry Package Description com.sun.corba.ee.impl.oa.poa -
-
Uses of AOMEntry in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as AOMEntry Modifier and Type Field Description private AOMEntry
POAPolicyMediatorImpl_R_USM.Etherealizer. entry
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type AOMEntry Modifier and Type Field Description private java.util.Map<AOMEntry,ActiveObjectMap.Key>
SingleObjectMap. entryToKey
private java.util.Map<AOMEntry,java.util.Set<ActiveObjectMap.Key>>
MultipleObjectMap. entryToKeys
private java.util.Map<AOMEntry,Servant>
ActiveObjectMap. entryToServant
private java.util.Map<ActiveObjectMap.Key,AOMEntry>
ActiveObjectMap. keyToEntry
private java.util.Map<Servant,AOMEntry>
ActiveObjectMap. servantToEntry
Methods in com.sun.corba.ee.impl.oa.poa that return AOMEntry Modifier and Type Method Description private AOMEntry
POAPolicyMediatorImpl_R_USM. enterEntry(ActiveObjectMap.Key key)
AOMEntry
ActiveObjectMap. get(ActiveObjectMap.Key key)
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type AOMEntry Modifier and Type Method Description protected void
POAPolicyMediatorBase_R. activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
protected void
POAPolicyMediatorBase_R. deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant s)
void
POAPolicyMediatorImpl_R_USM. deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
abstract ActiveObjectMap.Key
ActiveObjectMap. getKey(AOMEntry value)
ActiveObjectMap.Key
MultipleObjectMap. getKey(AOMEntry value)
ActiveObjectMap.Key
SingleObjectMap. getKey(AOMEntry value)
Servant
ActiveObjectMap. getServant(AOMEntry entry)
abstract boolean
ActiveObjectMap. hasMultipleIDs(AOMEntry value)
boolean
MultipleObjectMap. hasMultipleIDs(AOMEntry value)
boolean
SingleObjectMap. hasMultipleIDs(AOMEntry value)
protected void
ActiveObjectMap. putEntry(ActiveObjectMap.Key key, AOMEntry value)
protected void
MultipleObjectMap. putEntry(ActiveObjectMap.Key key, AOMEntry value)
protected void
SingleObjectMap. putEntry(ActiveObjectMap.Key key, AOMEntry value)
void
ActiveObjectMap. putServant(Servant servant, AOMEntry value)
protected abstract void
ActiveObjectMap. removeEntry(AOMEntry entry, ActiveObjectMap.Key key)
protected void
MultipleObjectMap. removeEntry(AOMEntry entry, ActiveObjectMap.Key key)
protected void
SingleObjectMap. removeEntry(AOMEntry entry, ActiveObjectMap.Key key)
Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type AOMEntry Constructor Description Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
-