public abstract class ActiveObjectMap extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ActiveObjectMap(POAImpl poa) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
boolean |
contains(Servant value) |
boolean |
containsKey(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key) |
static ActiveObjectMap |
create(POAImpl poa,
boolean multipleIDsAllowed) |
AOMEntry |
get(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key) |
abstract com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key |
getKey(AOMEntry value) |
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key |
getKey(Servant value) |
Servant |
getServant(AOMEntry entry) |
abstract boolean |
hasMultipleIDs(AOMEntry value) |
Set<com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key> |
keySet() |
protected void |
putEntry(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key,
AOMEntry value) |
void |
putServant(Servant servant,
AOMEntry value) |
void |
remove(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key) |
protected abstract void |
removeEntry(AOMEntry entry,
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key) |
protected POAImpl poa
protected ActiveObjectMap(POAImpl poa)
public static ActiveObjectMap create(POAImpl poa, boolean multipleIDsAllowed)
public final boolean contains(Servant value)
public final boolean containsKey(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key)
public final AOMEntry get(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key)
public abstract com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key getKey(AOMEntry value) throws WrongPolicy
WrongPolicypublic com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key getKey(Servant value) throws WrongPolicy
WrongPolicyprotected void putEntry(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key,
AOMEntry value)
protected abstract void removeEntry(AOMEntry entry, com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key)
public final void remove(com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key key)
public abstract boolean hasMultipleIDs(AOMEntry value)
protected void clear()
public final Set<com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key> keySet()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.