public interface EventFlowMap extends CloneableObject
Title: Service Event Fabric Core
Description: Defines a map containing all Event Flows for all events and components in a specific Fabric node or in a whole sysplex.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asJSON()
Returns the table serialized in JSON format.
|
java.lang.String |
asXML()
Returns the table serialized in XML format.
|
EventFlowMap |
clone()
Clones the object.
|
boolean |
existsEventFlows(java.lang.String eventId)
Checks if the event flow exists for the specified event id.
|
java.util.List |
getComponentEventFlows(java.lang.String componentName)
Returns a list of event flows that belongs to the specified component.
|
java.lang.String |
getDomain()
Returns a domain of the sysplex containing the event flow.
|
java.util.Map |
getEventFlows()
Returns a map containing all event flows of a specific node or whole sysplex.
|
java.lang.String |
getNodeName()
Returns a name of the node containing the event flow.
|
java.util.Date |
getTimestamp()
Returns a timestamp corresponding to the recent update of the map.
|
java.lang.String getDomain()
java.lang.String getNodeName()
null
the map contains all event flows of the sysplex.java.util.Map getEventFlows()
java.util.List getComponentEventFlows(java.lang.String componentName)
componentName
- the component full name.boolean existsEventFlows(java.lang.String eventId)
eventId
- the event id.true
if the event flow exists for the specified event id, false
otherwise.java.util.Date getTimestamp()
java.lang.String asXML() throws java.lang.Exception
java.lang.Exception
- if some error occurs.java.lang.String asJSON() throws java.lang.Exception
java.lang.Exception
- if some error occurs.EventFlowMap clone()
CloneableObject
clone
in interface CloneableObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.