org.ccnx.ccn.test.profiles.versioning.InterestAndFilterTestRepo Class Reference
List of all members.
Public Member Functions |
void | setUp () throws Exception |
void | tearDown () throws Exception |
void | testInterest () throws Exception |
| Express an interest in a name, publish objects on that, using the same handle.
|
void | testInterestAndFilter () throws Exception |
| Express an interest in a name, then create an interest filter for the same name, then destroy the filter.
|
Static Public Member Functions |
static void | setUpBeforeClass () throws Exception |
Protected Member Functions |
void | sendObjects (ContentName name, int count, long pauseMsec) throws Exception |
Protected Attributes |
CCNHandle | _defaultHandle = null |
CCNHandle | _userHandle = null |
CreateUserData | _cud = null |
ContentName | _prefix |
Static Protected Attributes |
static final String[] | _users = {"alice"} |
static final Random | _rnd = new Random() |
static final char[] | _password = "password".toCharArray() |
Member Function Documentation
void org.ccnx.ccn.test.profiles.versioning.InterestAndFilterTestRepo.testInterest |
( |
|
) |
throws Exception |
Express an interest in a name, publish objects on that, using the same handle.
- Exceptions:
-
void org.ccnx.ccn.test.profiles.versioning.InterestAndFilterTestRepo.testInterestAndFilter |
( |
|
) |
throws Exception |
Express an interest in a name, then create an interest filter for the same name, then destroy the filter.
- Exceptions:
-
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/test/profiles/versioning/InterestAndFilterTestRepo.java