Package | Description |
---|---|
org.opennms.netmgt.poller.pollables |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromUei(String uei)
fromUei
|
Scope |
PollEvent.getScope()
getScope
|
Scope |
PollableElement.getScope()
getScope
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PollEvent.hasScopeLargerThan(Scope scope)
hasScopeLargerThan
|
boolean |
PollEvent.hasScopeSmallerThan(Scope scope)
hasScopeSmallerThan
|
boolean |
Scope.isLargerThan(Scope s)
isLargerThan
|
static boolean |
Scope.isLargerThan(Scope a,
Scope b)
isLargerThan
|
boolean |
Scope.isSmallerThan(Scope s)
isSmallerThan
|
static boolean |
Scope.isSmallerThan(Scope a,
Scope b)
isSmallerThan
|
Constructor and Description |
---|
PollableContainer(PollableContainer parent,
Scope scope)
Constructor for PollableContainer.
|
PollableElement(PollableContainer parent,
Scope scope)
Constructor for PollableElement.
|
PollEvent(Scope scope)
Constructor for PollEvent.
|
Copyright © 2021. All rights reserved.