|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umich.eecs.tac.props.AbstractTransportable
edu.umich.eecs.tac.props.AbstractTransportableEntryListBacking<S>
edu.umich.eecs.tac.props.AbstractKeyedEntryList<java.lang.String,T>
edu.umich.eecs.tac.props.AbstractAdvertiserKeyedReportTransportable<T>
T - the advertiser entry classpublic abstract class AbstractAdvertiserKeyedReportTransportable<T extends AdvertiserEntry>
This class provides a skeletal implementation of a list containing
advertiser entries with
supporting methods for interacting entries specified by a given advertiser.
| Constructor Summary | |
|---|---|
AbstractAdvertiserKeyedReportTransportable()
|
|
| Method Summary | |
|---|---|
int |
addAdvertiser(java.lang.String advertiser)
Adds a new key to the list. |
boolean |
containsAdvertiser(java.lang.String advertiser)
Returns true if the advertiser key is in the list and
false otherwise. |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractKeyedEntryList |
|---|
addKey, containsKey, createEntry, getEntry, getKey, indexForEntry, iterator, keys |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractTransportableEntryListBacking |
|---|
addEntry, afterAddEntry, afterRemoveEntry, beforeAddEntry, beforeRemoveEntry, entryClass, getEntries, getEntry, readAfterEntries, readBeforeEntries, readWithLock, removeEntry, size, toString, toStringAfterEntries, toStringBeforeEntries, writeAfterEntries, writeBeforeEntries, writeWithLock |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractTransportable |
|---|
getTransportName, isLocked, lock, lockCheck, read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAdvertiserKeyedReportTransportable()
| Method Detail |
|---|
public final int addAdvertiser(java.lang.String advertiser)
throws java.lang.NullPointerException
AbstractKeyedEntryList.createEntry(T) method creates the
new entry with the specified advertiser. This
method delegates to AbstractKeyedEntryList.addKey(Object).
advertiser - the advertiser used to add the new advertiser entry.
entry.
java.lang.NullPointerException - if the advertiser is null.public final boolean containsAdvertiser(java.lang.String advertiser)
true if the advertiser key is in the list and
false otherwise. This method delegates to
AbstractKeyedEntryList.containsKey(Object).
advertiser - the advertiser key to check for containment.
true if the key is in the list and
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||