org.apache.coyote

Interface ActionHook

Known Implementing Classes:
Http11Processor, JkCoyoteHandler

public interface ActionHook

Action hook.

Author:
Remy Maucherat

Method Summary

void
action(ActionCode actionCode, Object param)
Send an action to the connector.

Method Details

action

public void action(ActionCode actionCode,
                   Object param)
Send an action to the connector.

Parameters:
actionCode - Type of the action
param - Action parameter


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.