Class WrapperSecondInvocationEvent

All Implemented Interfaces:
Serializable

public class WrapperSecondInvocationEvent extends WrapperRemoteControlEvent
WrapperSecondInvocationEvent is fired whenever a second instance of the Wrapper starts in single invocation mode.

This event is fired only when the properties 'wrapper.single_invocation' and 'wrapper.single_invocation.notify' are both set to TRUE.

WARNING - This event should be handled carefully as it may be originally triggered by unauthenticated sources.

Since:
Wrapper 3.5.28
Author:
Tanuki Software Development Team <support@tanukisoftware.com>
See Also:
  • Constructor Details

    • WrapperSecondInvocationEvent

      public WrapperSecondInvocationEvent()
      Creates a new WrapperSecondInvocationEvent.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of the event.
      Overrides:
      toString in class EventObject
      Returns:
      A string representation of the event.