Class ServiceReadyEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceReadyEvent
    extends AbstractServiceInstanceEvent
    An event fired when a service has completed starting and is ready to service requests.
    Since:
    1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

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

      • ServiceReadyEvent

        public ServiceReadyEvent​(ServiceInstance source)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        java.lang.IllegalArgumentException - if source is null.