Package gov.cca

Interface Component

All Known Implementing Classes:
TimeStamper

public interface Component
The CCA object model: the interface that all CCA components must implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Obtain Services handle, through which the component and framework communicate.
  • Method Details

    • setServices

      void setServices(Services svc)
      Obtain Services handle, through which the component and framework communicate. This is the one method that every CCA Component must implement. Every component must also implement a NULL constructor.