Package com.attivio.sdk.admin
Class Ping
- java.lang.Object
-
- com.attivio.sdk.esb.AbstractPlatformMessage
-
- com.attivio.sdk.admin.AdminMessage
-
- com.attivio.sdk.admin.Ping
-
- All Implemented Interfaces:
PlatformMessage
,java.io.Serializable
,java.lang.Cloneable
public class Ping extends AdminMessage
A message sent to an AdminService to see if it is listening for messages. The Attivio engine will only start processing messages over external protocols after all internal components and internal transports (such as AVM) have been started. As a result, a successful Ping means the system is ready for normal message processing.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.attivio.sdk.esb.PlatformMessage
DEFAULT_MAX_LOG_LENGTH, MESSAGE_DROPPED, MESSAGE_SEND_TIME_PROP, PROP_MAX_LOG_LENGTH
-
-
Constructor Summary
Constructors Constructor Description Ping(java.lang.String fromHostUri)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.lang.String
getSourceUri()
Gets the source host URIint
hashCode()
-
Methods inherited from class com.attivio.sdk.admin.AdminMessage
getMessageId, setMessageId
-
Methods inherited from class com.attivio.sdk.esb.AbstractPlatformMessage
addMessageHistory, addMessageHistory, clone, getClientId, getEstimatedSize, getMessageHistory, getMetadata, getProperty, getProperty, getProperty, getProperty, getProperty, getProperty, getWorkflowQueue, getWorkflowQueue, hasProperty, isRedelivered, removeProperty, removeWorkflowQueue, setClientId, setProperty, setRedelivered, setWorkflowQueue, setWorkflowQueue, toMessageString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString
-
-
-
-
Method Detail
-
getSourceUri
public java.lang.String getSourceUri()
Gets the source host URI- Returns:
- the URI of the host this ping came from
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAdminMessage
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classAdminMessage
-
-