JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
com.attivio.sdk.admin.AdminMessage
Packages that use
AdminMessage
Package
Description
com.attivio.sdk.admin
Contains classes that represent administrative messages that flow between components and Attivio Servers.
Uses of
AdminMessage
in
com.attivio.sdk.admin
Subclasses of
AdminMessage
in
com.attivio.sdk.admin
Modifier and Type
Class
Description
class
Ping
A message sent to an AdminService to see if it is listening for messages.
class
PingResponse
A message sent in response to a
Ping
message.
class
Shutdown
Sent to tell the AdminService to shutdown this instance of Attivio.
class
ShutdownImmediately
Sent to tell the AdminService to shutdown this instance of Attivio quickly without waiting for in-flight documents to pass through the system.