|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardEventType
Mapping of standard event types in the component lifecycle to strings and integers. In decoding the EventData messages, each kind of event here requires details to make sense. The details string is composed of information we want to eventually be in XML. Basic info types: FID - framework ID string, likely to be the component id of an outermost container. CID - existing local container ID string, CN - component local name, within its container. pport - name of a provides port as known to the component defining it. uport - name of a uses port as known to the component defining it. class - name of port type or of component type as registered in factory. Prefixes/suffixes: caller - the using side of a connection callee - the used side of a connection requested - the name is a suggestion.
Field Summary | |
---|---|
static int |
ALL
The enumerated value type for a listener to indicate it wants all notices. |
static java.lang.String |
ALL_string
|
static int |
ComponentAdded
A component newly created. |
static java.lang.String |
ComponentAdded_string
|
static int |
ComponentAddPending
A component creation requested. |
static java.lang.String |
ComponentAddPending_string
|
static int |
ComponentDeleted
A component deletion completed. |
static java.lang.String |
ComponentDeleted_string
|
static int |
ComponentDeletePending
A component deletion requested. |
static java.lang.String |
ComponentDeletePending_string
|
static int |
Connected
A connection recently made. |
static java.lang.String |
Connected_string
|
static int |
ConnectPending
A connection may soon be made. |
static java.lang.String |
ConnectPending_string
|
static int |
Disconnected
A connection recently unmade. |
static java.lang.String |
Disconnected_string
|
static int |
DisconnectPending
A connection may soon be unmade. |
static java.lang.String |
DisconnectPending_string
|
static int |
Error
Somebody lost their cookies. |
static java.lang.String |
Error_string
|
static int |
FactoryClosed
A factory is no longer available for more creations. |
static java.lang.String |
FactoryClosed_string
|
static int |
FactoryOpened
A factory is now available. |
static java.lang.String |
FactoryOpened_string
|
static int |
NONE
When digesting an alleged string or int type, it was found not to be in the standard. |
static java.lang.String |
NONE_string
|
static int |
PortAdded
A provides port was added and is available. |
static java.lang.String |
PortAdded_string
|
static int |
PortAddPending
A provides port is being added (but not yet available). |
static java.lang.String |
PortAddPending_string
|
static int |
PortFetched
A port has been fetched with getPort. |
static java.lang.String |
PortFetched_string
|
static int |
PortFetchPending
A port is about to be fetched for use with getPort. |
static java.lang.String |
PortFetchPending_string
|
static int |
PortRegistered
A uses port was registered. |
static java.lang.String |
PortRegistered_string
|
static int |
PortRegisterPending
A uses port is about to be registered. |
static java.lang.String |
PortRegisterPending_string
|
static int |
PortReleased
A port has been released with releasePort. |
static java.lang.String |
PortReleased_string
|
static int |
PortReleasePending
A port is about to be released from use with releasePort. |
static java.lang.String |
PortReleasePending_string
|
static int |
PortRemoved
A provides port has been removed and is no longer available. |
static java.lang.String |
PortRemoved_string
|
static int |
PortRemovePending
A provides port is being removed, but is still available. |
static java.lang.String |
PortRemovePending_string
|
static int |
PortUnregistered
A uses port has been unregistered. |
static java.lang.String |
PortUnregistered_string
|
static int |
PortUnregisterPending
A uses port is about to be unregistered. |
static java.lang.String |
PortUnregisterPending_string
|
Field Detail |
---|
static final int NONE
static final java.lang.String NONE_string
static final int Error
static final java.lang.String Error_string
static final int ALL
static final java.lang.String ALL_string
static final int ConnectPending
static final java.lang.String ConnectPending_string
static final int Connected
static final java.lang.String Connected_string
static final int DisconnectPending
static final java.lang.String DisconnectPending_string
static final int Disconnected
static final java.lang.String Disconnected_string
static final int ComponentAddPending
static final java.lang.String ComponentAddPending_string
static final int ComponentAdded
static final java.lang.String ComponentAdded_string
static final int ComponentDeletePending
static final java.lang.String ComponentDeletePending_string
static final int ComponentDeleted
static final java.lang.String ComponentDeleted_string
static final int PortAddPending
static final java.lang.String PortAddPending_string
static final int PortAdded
static final java.lang.String PortAdded_string
static final int PortRemovePending
static final java.lang.String PortRemovePending_string
static final int PortRemoved
static final java.lang.String PortRemoved_string
static final int PortRegisterPending
static final java.lang.String PortRegisterPending_string
static final int PortRegistered
static final java.lang.String PortRegistered_string
static final int PortUnregisterPending
static final java.lang.String PortUnregisterPending_string
static final int PortUnregistered
static final java.lang.String PortUnregistered_string
static final int PortFetchPending
static final java.lang.String PortFetchPending_string
static final int PortFetched
static final java.lang.String PortFetched_string
static final int PortReleasePending
static final java.lang.String PortReleasePending_string
static final int PortReleased
static final java.lang.String PortReleased_string
static final int FactoryOpened
static final java.lang.String FactoryOpened_string
static final int FactoryClosed
static final java.lang.String FactoryClosed_string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |