public static class IComponentManagementService.CMSTerminatedEvent extends IComponentManagementService.CMSStatusEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
results
The cid.
|
cid, properties| Constructor and Description |
|---|
CMSTerminatedEvent()
Create a new CMSCreatedEvent.
|
CMSTerminatedEvent(IComponentIdentifier cid,
java.util.Map<java.lang.String,java.lang.Object> results)
Create a new CMSCreatedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getResults()
Get the results.
|
void |
setResults(java.util.Map<java.lang.String,java.lang.Object> results)
Set the results.
|
getComponentIdentifier, getProperties, getProperty, setComponentIdentifier, setProperties, setProperty, toStringpublic CMSTerminatedEvent()
public CMSTerminatedEvent(IComponentIdentifier cid, java.util.Map<java.lang.String,java.lang.Object> results)