org.ccnx.android.ccnlib.RepoWrapper Class Reference

This is the "client side" interface to the repository service. More...

List of all members.

Public Types

enum  REPO_OPTIONS {
  REPO_DIRECTORY, REPO_DEBUG, REPO_LOCAL, REPO_GLOBAL,
  REPO_NAMESPACE
}

Public Member Functions

 RepoWrapper (Context ctx)
void setOption (REPO_OPTIONS key, String value)

Static Public Attributes

static final String OPTION_LOG_LEVEL_DEFAULT = "WARNING"

Protected Member Functions

Intent getBindIntent ()
 Create an Intent to be issued to bind to the Service.
Intent getStartIntent ()
 Create an Intent to be issued to start the Service.

Detailed Description

This is the "client side" interface to the repository service.


Member Function Documentation

Intent org.ccnx.android.ccnlib.RepoWrapper.getBindIntent (  )  [protected, virtual]

Create an Intent to be issued to bind to the Service.

It will be used as the parameter to bindService() This function is useful for adding "extras" to the intent

Returns:
Intent to start this service

Implements org.ccnx.android.ccnlib.CCNxWrapper.

Intent org.ccnx.android.ccnlib.RepoWrapper.getStartIntent (  )  [protected, virtual]

Create an Intent to be issued to start the Service.

It will be used as the parameter to startService() This function is useful for adding "extras" to the intent

Returns:
Intent to start this service

Implements org.ccnx.android.ccnlib.CCNxWrapper.


The documentation for this class was generated from the following file:
Generated on Fri May 13 16:28:00 2011 for CCNx for Android by  doxygen 1.6.3