public class EventManagementTargetStateInfo extends Object
| Constructor and Description |
|---|
EventManagementTargetStateInfo(String targetName,
boolean isUp,
boolean hasNotificationRegisteration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetName() |
boolean |
hasNotificationRegisteration() |
boolean |
isLastStateUp() |
boolean |
isUp() |
void |
setHasNotificationRegisteration(boolean hasNotificationRegisteration) |
void |
setIsUp(boolean aIsUp) |
public EventManagementTargetStateInfo(String targetName, boolean isUp, boolean hasNotificationRegisteration)
public String getTargetName()
public boolean isUp()
public void setIsUp(boolean aIsUp)
public boolean hasNotificationRegisteration()
public void setHasNotificationRegisteration(boolean hasNotificationRegisteration)
public boolean isLastStateUp()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.