public class XesSoftwareCommunicationExtension extends XesExtensionImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOCAL_HOST
Global key place holders.
|
static java.lang.String |
LOCAL_PORT |
static java.lang.String |
PREFIX |
static java.lang.String |
REMOTE_HOST |
static java.lang.String |
REMOTE_PORT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalHost(XesEvent event) |
long |
getLocalPort(XesEvent event) |
java.lang.String |
getRemoteHost(XesEvent event) |
long |
getRemotePort(XesEvent event) |
static XesSoftwareCommunicationExtension |
instance() |
XesStringAttribute |
setLocalHost(XesEvent event,
java.lang.String localHost) |
XesIntegerNumberAttribute |
setLocalPort(XesEvent event,
long localPort) |
XesStringAttribute |
setRemoteHost(XesEvent event,
java.lang.String remoteHost) |
XesIntegerNumberAttribute |
setRemotePort(XesEvent event,
long remotePort) |
addAlias, addEventAttribute, addLogAttribute, addMetaAttribute, addTraceAttribute, getAlias, getEventAttributes, getLogAttributes, getMetaAttributes, getName, getPrefix, getTraceAttributes, getURI, hasAttribute, hasEventAttribute, hasLogAttribute, hasMetaAttribute, hasTraceAttribute, setName, setPrefix, setURI, toString
public static final java.lang.String PREFIX
public static final java.lang.String LOCAL_HOST
public static final java.lang.String LOCAL_PORT
public static final java.lang.String REMOTE_HOST
public static final java.lang.String REMOTE_PORT
public static XesSoftwareCommunicationExtension instance()
public java.lang.String getLocalHost(XesEvent event)
public XesStringAttribute setLocalHost(XesEvent event, java.lang.String localHost)
public long getLocalPort(XesEvent event)
public XesIntegerNumberAttribute setLocalPort(XesEvent event, long localPort)
public java.lang.String getRemoteHost(XesEvent event)
public XesStringAttribute setRemoteHost(XesEvent event, java.lang.String remoteHost)
public long getRemotePort(XesEvent event)
public XesIntegerNumberAttribute setRemotePort(XesEvent event, long remotePort)