Public Member Functions | |
void | setUp () |
void | cleanup () |
int | handleNameEnumerator (ContentName prefix, ArrayList< ContentName > returnedNames) |
Callback called when we get a collection matching a registered prefix. | |
void | multiResponderNameEnumerationTest () |
void | testGetResponses () |
Package Attributes | |
CCNNameEnumerator | getne |
CCNNameEnumerator | putne |
CCNHandle | _putHandle |
CCNHandle | _getHandle |
CCNHandle | _fileHandle |
CCNTestHelper | helper |
ContentName | _prefix |
ContentName | _class2 |
ContentName | _class |
ContentName | _repo |
boolean | updated |
ArrayList< ContentName > | names |
int org.ccnx.ccn.test.repo.MultiResponderNameEnumerationTest.handleNameEnumerator | ( | ContentName | prefix, | |
ArrayList< ContentName > | names | |||
) |
Callback called when we get a collection matching a registered prefix.
prefix | The ContentName prefix with matching responses. | |
names | An ArrayList of ContentNames matching the prefix. |
Implements org.ccnx.ccn.profiles.nameenum.BasicNameEnumeratorListener.