public class ContainerDisconnectedEvent extends Object implements IContainerDisconnectedEvent
Constructor and Description |
---|
ContainerDisconnectedEvent(ID localContainerID,
ID targetID)
Creates a new ContainerDisconnectedEvent to indicate that the container
has now completely disconnected from its target host.
|
Modifier and Type | Method and Description |
---|---|
ID |
getLocalContainerID()
Get ID of local discovery container (the discovery container receiving this event).
|
ID |
getTargetID()
Get ID of container target (the container we were disconnected from)
|
String |
toString() |
public ContainerDisconnectedEvent(ID localContainerID, ID targetID)
localContainerID
- the ID of the local containertargetID
- the ID of the targetpublic ID getTargetID()
IContainerDisconnectedEvent
getTargetID
in interface IContainerDisconnectedEvent
public ID getLocalContainerID()
IContainerEvent
getLocalContainerID
in interface IContainerEvent
null
.Copyright © 2017. All rights reserved.