|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| org.tranche | Configuration for specific Tranche network and interfaces. |
| org.tranche.flatfile | The FlatFileTrancheServer handles the routing of data and meta data between the Server instance and the DataBlockUtil, and imposes sercurity. |
| org.tranche.logs.activity | Encapsulate meta data information so can be serialized to network. |
| org.tranche.remote | Client-side management of sockets and interface to remote Server instance. |
| org.tranche.routing | Contains all classes that are relevant to the routing tranche server. |
| org.tranche.server | Server that binds on a port and routes requests to underlying FlatFileTrancheServer. |
| Uses of Activity in org.tranche |
|---|
| Methods in org.tranche that return Activity | |
|---|---|
abstract Activity[] |
TrancheServer.getActivityLogEntries(long startTimestamp,
long finishTimestamp,
int limit,
byte mask)
Get all activity log entries from within a time period. |
| Uses of Activity in org.tranche.flatfile |
|---|
| Methods in org.tranche.flatfile that return Activity | |
|---|---|
Activity[] |
FlatFileTrancheServer.getActivityLogEntries(long startTimestamp,
long finishTimestamp,
int limit,
byte mask)
Get all activity log entries from within a time period. |
| Uses of Activity in org.tranche.logs.activity |
|---|
| Methods in org.tranche.logs.activity that return types with arguments of type Activity | |
|---|---|
java.util.List<Activity> |
ActivityLog.read(long fromTimestamp,
long toTimestamp,
int limit,
byte mask)
Returns all activities between timestamps up until a specified limit that match the supplied mask. |
| Methods in org.tranche.logs.activity with parameters of type Activity | |
|---|---|
int |
Activity.compareTo(Activity a)
|
void |
ActivityLog.write(Activity activity)
Writes activity to various files. |
| Uses of Activity in org.tranche.remote |
|---|
| Methods in org.tranche.remote that return Activity | |
|---|---|
Activity[] |
RemoteTrancheServer.getActivityLogEntries(long startTimestamp,
long finishTimestamp,
int limit,
byte mask)
Get all activity log entries from within a time period. |
Activity[] |
ActivityArrayCallback.getResponse()
Returns the server response. |
| Methods in org.tranche.remote with parameters of type Activity | |
|---|---|
static void |
ActivityArrayCallback.writeResponse(Activity[] response,
java.io.OutputStream out)
|
| Uses of Activity in org.tranche.routing |
|---|
| Methods in org.tranche.routing that return Activity | |
|---|---|
Activity[] |
RoutingTrancheServer.getActivityLogEntries(long startTimestamp,
long finishTimestamp,
int limit,
byte mask)
Get all activity log entries from within a time period. |
| Uses of Activity in org.tranche.server |
|---|
| Methods in org.tranche.server that return Activity | |
|---|---|
static Activity[] |
GetActivityLogEntriesItem.readResponse(java.io.InputStream in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||