@Deprecated public class EntityOwnershipChange extends Object
Constructor and Description |
---|
EntityOwnershipChange(Entity entity,
boolean wasOwner,
boolean isOwner,
boolean hasOwner)
Deprecated.
|
EntityOwnershipChange(Entity entity,
boolean wasOwner,
boolean isOwner,
boolean hasOwner,
boolean inJeopardy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Entity |
getEntity()
Deprecated.
Returns the entity whose ownership status changed.
|
boolean |
hasOwner()
Deprecated.
Returns the current ownership status of the entity across all process instances.
|
boolean |
inJeopardy()
Deprecated.
Returns the current jeopardy state.
|
boolean |
isOwner()
Deprecated.
Returns the current ownership status of the entity for this process instance.
|
String |
toString()
Deprecated.
|
boolean |
wasOwner()
Deprecated.
Returns the previous ownership status of the entity for this process instance.
|
public EntityOwnershipChange(@Nonnull Entity entity, boolean wasOwner, boolean isOwner, boolean hasOwner)
@Nonnull public Entity getEntity()
public boolean wasOwner()
public boolean isOwner()
public boolean hasOwner()
public boolean inJeopardy()
Copyright © 2019 OpenDaylight. All rights reserved.