- Component - Interface in gov.cca
-
The CCA object model: the interface that all CCA components must implement.
- ComponentAdded - Static variable in interface gov.cca.ports.StandardEventType
-
A component newly created.
- ComponentAdded_string - Static variable in interface gov.cca.ports.StandardEventType
-
- ComponentAddPending - Static variable in interface gov.cca.ports.StandardEventType
-
A component creation requested.
- ComponentAddPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- ComponentDeleted - Static variable in interface gov.cca.ports.StandardEventType
-
A component deletion completed.
- ComponentDeleted_string - Static variable in interface gov.cca.ports.StandardEventType
-
- ComponentDeletePending - Static variable in interface gov.cca.ports.StandardEventType
-
A component deletion requested.
- ComponentDeletePending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- ComponentID - Interface in gov.cca
-
An opaque reference to a CCA component.
- Connected - Static variable in interface gov.cca.ports.StandardEventType
-
A connection recently made.
- Connected_string - Static variable in interface gov.cca.ports.StandardEventType
-
- connectionActivity(ConnectionEvent) - Method in interface gov.cca.ports.ConnectionEventListener
-
Delivered to listeners when a connection is made or broken.
- ConnectionEvent - Interface in gov.cca.ports
-
Base event interface components wishing to know about their connectedness
(used or provided ports) must listen for.
- ConnectionEventListener - Interface in gov.cca.ports
-
This is the interface that a component must provide
in order to be notified of ConnectionEvents.
- ConnectionEventService - Interface in gov.cca.ports
-
A service to alert a component as when connections are made or broken; it is
reasonable to expect this service to be immediately available and fetchable during
a setServices call.
- ConnectionInfo - Interface in gov.cca
-
This interface abstracts the information needed to understand the
topology and status of a connection within the local context.
- ConnectPending - Static variable in interface gov.cca.ports.StandardEventType
-
A connection may soon be made.
- ConnectPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- createPortInfo(String, String, String[]) - Method in interface gov.cca.Services
-
Creates a PortInfo to be used in subsequent calls to describe a Port.
- getClassName() - Method in interface gov.cca.ComponentID
-
Produce the name of the class of this component as known in its
container.
- getComponentID() - Method in interface gov.cca.Services
-
Get a reference interface for the component to which this Services object belongs.
- getEventType() - Method in interface gov.cca.ports.ConnectionEvent
-
Returns the integer from those defined that describes the event.
- getGlobalName() - Method in interface gov.cca.ComponentID
-
Produce the name of the component instance dot qualified
to the outermost accessible CCA framework scope.
- getKeys() - Method in interface gov.cca.ports.KeyValuePort
-
Return enumeration of all known keys.
- getLocalName() - Method in interface gov.cca.ComponentID
-
Produce the name within the immediate container scope of this
component.
- getName() - Method in interface gov.cca.PortInfo
-
Returns the instance name for this Port.
- getPort(String) - Method in interface gov.cca.Services
-
Fetch a previously registered Port (defined by either addProvide or registerUses).
- getPortInfo() - Method in interface gov.cca.ports.ConnectionEvent
-
Get the PortInfo of the affected Port.
- getPortNonblocking(String) - Method in interface gov.cca.Services
-
Fetch a previously registered Port (defined by
either addProvide or registerUses) and return that
Port if it is available immediately or return null
otherwise.
- getProperty(String) - Method in interface gov.cca.PortInfo
-
Fetch the value corresponding to propertyKey.
- getProvidedPorts() - Method in interface gov.cca.Services
-
UNADOPTED: Return the Ports this component currently provides.
- getProvider() - Method in interface gov.cca.ConnectionInfo
-
- getProviderPortName() - Method in interface gov.cca.ConnectionInfo
-
- getRegisteredPorts() - Method in interface gov.cca.Services
-
UNADOPTED: Return the Ports this component currently wants.
- getTime() - Method in interface gov.cca.eg.port.TimeProducerPort
-
Fetch the time.
- getType() - Method in interface gov.cca.PortInfo
-
Returns the type of the Port referred to by this PortInfo: corresponds to the
class name for this Port.
- getUser() - Method in interface gov.cca.ConnectionInfo
-
- getUserPortName() - Method in interface gov.cca.ConnectionInfo
-
- getValue(String) - Method in interface gov.cca.ports.KeyValuePort
-
Return the value of the requested key.
- go() - Method in interface gov.cca.ports.GoPort
-
Make the component do its thing.
- GoPort - Interface in gov.cca.ports
-
A do-it port.
- gov.cca - package gov.cca
-
- gov.cca.eg.component - package gov.cca.eg.component
-
- gov.cca.eg.port - package gov.cca.eg.port
-
- gov.cca.ports - package gov.cca.ports
-
- p(String) - Method in interface gov.cca.ports.PrintfPort
-
Output a string on out device
- pn(String) - Method in interface gov.cca.ports.PrintfPort
-
Output a string on out device with added \n
- Port - Interface in gov.cca
-
A tag interface to identify an interface capable of being exported to
or imported from a CCA component.
- PortAdded - Static variable in interface gov.cca.ports.StandardEventType
-
A provides port was added and is available.
- PortAdded_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortAddPending - Static variable in interface gov.cca.ports.StandardEventType
-
A provides port is being added (but not yet available).
- PortAddPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortFetched - Static variable in interface gov.cca.ports.StandardEventType
-
A port has been fetched with getPort.
- PortFetched_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortFetchPending - Static variable in interface gov.cca.ports.StandardEventType
-
A port is about to be fetched for use with getPort.
- PortFetchPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortInfo - Interface in gov.cca
-
An interface that describes a Port.
- PortRegistered - Static variable in interface gov.cca.ports.StandardEventType
-
A uses port was registered.
- PortRegistered_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortRegisterPending - Static variable in interface gov.cca.ports.StandardEventType
-
A uses port is about to be registered.
- PortRegisterPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortReleased - Static variable in interface gov.cca.ports.StandardEventType
-
A port has been released with releasePort.
- PortReleased_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortReleasePending - Static variable in interface gov.cca.ports.StandardEventType
-
A port is about to be released from use with releasePort.
- PortReleasePending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortRemoved - Static variable in interface gov.cca.ports.StandardEventType
-
A provides port has been removed and is no longer available.
- PortRemoved_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortRemovePending - Static variable in interface gov.cca.ports.StandardEventType
-
A provides port is being removed, but is still available.
- PortRemovePending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortUnregistered - Static variable in interface gov.cca.ports.StandardEventType
-
A uses port has been unregistered.
- PortUnregistered_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PortUnregisterPending - Static variable in interface gov.cca.ports.StandardEventType
-
A uses port is about to be unregistered.
- PortUnregisterPending_string - Static variable in interface gov.cca.ports.StandardEventType
-
- PrintfPort - Interface in gov.cca.ports
-
PrintfPort for use in building components.