com.sun.midp.content |
Implementation classes for the Content Handler API public
interfaces.
@since CHAPI 1.0
|
Java Source File Name | Type | Comment |
AppBundleProxy.java | Class | AppProxy interface to a not-yet installed application bundle. |
AppProxy.java | Class | Each AppProxy instance provides access to the AMS information
and functions for a running or installed application.
This class must be replaced for each platform/profile combination and
be integrated with the appropriate Applicaiton Management Software.
The AppProxy class is *only* available within
this package for security purposes.
An instance exists for the current application and can
be retrieved for any installed application.
The following methods provide functions needed by CHAPI:
|
CHManager.java | Class | Stub interface to handle ContentHandlers functions.
This version has no dependentcie to the CLDC AMS classes. |
CHManagerImpl.java | Class | Handle all of the details of ContentHandlers lifecycle. |
ContentHandlerImpl.java | Class | The internal structure of a registered content handler. |
ExtendedTestCase.java | Class | Extension to the basic TestCase class to add ContentHandler
specific assert methods. |
InvocationImpl.java | Class | Implementation of Invocation class.
This class MUST NOT have any public methods that are not also
public in Invocation (the superclass). |
InvocationStore.java | Class | The store for pending Invocations.
New Invocations are queued with
InvocationStore.put method and
retrieved with the
InvocationStore.get method. |
InvocStoreCancel.java | Class | A test thread to test cancel and get interactions. |
InvocStoreStress.java | Class | A test thread to pound on the InvocationStore. |
Invoker.java | Class | The tool for start given Content Handler from the platform. |
RegistryImpl.java | Class | Implementation of Content Handler registry. |
RegistryInstaller.java | Class | Support for parsing attributes and installing from the
manifest or application descriptors. |
RegistryStore.java | Class | Standalone Registry Storage manager. |
RequestListenerImpl.java | Class | Thread to monitor pending invocations and notify a listener
when a matching one is present. |
ResponseListenerImpl.java | Class | Thread to monitor pending invocations and notify a listener
when a matching one is present. |
TestActionNameMap.java | Class | Tests for creation of ActionNameMaps. |
TestInvocStore.java | Class | Test that InvocationImpl instances with a wide range of values
can be stored in the InvocationStore and retrieved. |
TestListener.java | Class | Test that the ContentListenerImpl class correctly notified
when Invocations are present. |
TestRegistryImpl.java | Class | Test the internal functions of RegistryImpl. |
TestRegReadWrite.java | Class | Test RegistryStore functionality. |