public interface Event
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE_BPEL |
static String |
COMPONENT_TYPE_COLLABORATION |
static String |
COMPONENT_TYPE_EWAY |
static String |
COMPONENT_TYPE_STCMS |
static String |
SERVER_TYPE_INTEGRATION |
static String |
SERVER_TYPE_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compare two Event objects.
|
String |
getComponentName()
The getter method for the component name.
|
String |
getComponentProjectPathName()
The getter method for the component's project.
|
String |
getComponentType()
The getter method for the component type.
|
String |
getDeploymentName()
The getter method for the deployment name.
|
String |
getEnvironmentName()
The getter method for the environment name.
|
long |
getId()
The notification event id
|
String |
getLogicalHostName()
The getter method for the logical host name.
|
String |
getPhysicalHostName()
The getter method for the physical host name.
|
String |
getServerName()
The getter method for the server name.
|
String |
getServerType()
The getter method for the server type.
|
long |
getTimeStamp()
The getter method for the time stamp.
|
int |
hashCode()
Generate a hashcode for the event.
|
void |
setComponentName(String componentName)
The setter method for the component name.
|
void |
setComponentProjectPathName(String componentProjectPathName)
The setter method for the full path name of the project in which
the component is in.
|
void |
setComponentType(String componentType)
The setter method for the component type.
|
void |
setDeploymentName(String deploymentName)
The setter method for the deployment name.
|
void |
setEnvironmentName(String environmentName)
The setter method for the environment name.
|
void |
setLogicalHostName(String logicalHostName)
The setter method for the logical host name.
|
void |
setPhysicalHostName(String physicalHostName)
The setter method for the physical host name.
|
void |
setServerName(String serverName)
The setter method for the server name.
|
void |
setServerType(String serverType)
The setter method for the server type.
|
void |
setTimeStamp()
The setter method for the time stamp.
|
void |
setTimeStamp(long timeStamp)
The setter method for the time stamp.
|
String |
toString()
Generate a string representation of the event.
|
static final String SERVER_TYPE_INTEGRATION
static final String SERVER_TYPE_MESSAGE
static final String COMPONENT_TYPE_COLLABORATION
static final String COMPONENT_TYPE_STCMS
static final String COMPONENT_TYPE_EWAY
static final String COMPONENT_TYPE_BPEL
String getPhysicalHostName()
void setPhysicalHostName(String physicalHostName)
physicalHostName - the name of the physical hostString getDeploymentName()
void setDeploymentName(String deploymentName)
deploymentName - the name of the deploymentString getEnvironmentName()
void setEnvironmentName(String environmentName)
environmentName - the name of the environmentString getLogicalHostName()
void setLogicalHostName(String logicalHostName)
logicalHostName - the name of the logical hostString getServerType()
void setServerType(String serverType)
serverType - the type of the serverString getServerName()
void setServerName(String serverName)
serverName - the name of the serverString getComponentType()
void setComponentType(String componentType)
componentType - the type of the componentString getComponentProjectPathName()
void setComponentProjectPathName(String componentProjectPathName)
componentProjectPathName - the projectString getComponentName()
void setComponentName(String componentName)
componentName - the name of the componentlong getTimeStamp()
void setTimeStamp()
void setTimeStamp(long timeStamp)
timeStamp - the time stampboolean equals(Object o)
int hashCode()
String toString()
long getId()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.