Extending GridServer
You can extend the GridServer Manager and Engine with Manager and Engine Hooks. A Manager Hook enables you to interface your own Java object directly with the Manager’s event processing mechanism and interact with any Server Event. An Engine Hook can perform user-defined operations on Engine startup or termination, or before or after Service invocation.
A Hook consists of two parts: the class implementation of the Hook, and the Hook registration. Register Manager Hooks on the Hook Admin page. Register Engine Hooks with an XML file that is deployed to Engines.
Subtopics