Class WrapperSecondInvocationEvent

  • All Implemented Interfaces:
    java.io.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
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string representation of the event.
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WrapperSecondInvocationEvent

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

      • toString

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