Class ContainerDisconnectedEvent

    • Constructor Detail

      • ContainerDisconnectedEvent

        public ContainerDisconnectedEvent​(ID localContainerID,
                                          ID targetID)
        Creates a new ContainerDisconnectedEvent to indicate that the container has now completely disconnected from its target host.
        Parameters:
        localContainerID - the ID of the local container
        targetID - the ID of the target
    • Method Detail

      • getLocalContainerID

        public ID getLocalContainerID()
        Description copied from interface: IContainerEvent
        Get ID of local discovery container (the discovery container receiving this event).
        Specified by:
        getLocalContainerID in interface IContainerEvent
        Returns:
        ID for local container. Will not return null.