org.apache.coyote
Interface ActionHook


public interface ActionHook

Action hook.

Author:
Remy Maucherat

Method Summary
 void action(ActionCode actionCode, java.lang.Object param)
          Send an action to the connector.
 

Method Detail

action

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

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


Copyright (c) 2001 - Apache Software Foundation