Package | Description |
---|---|
org.overlord.rtgov.active.collection.command |
Modifier and Type | Method and Description |
---|---|
ActiveChangeNotification.ActiveChangeType |
ActiveChangeNotification.getType()
This method returns the active change type.
|
static ActiveChangeNotification.ActiveChangeType |
ActiveChangeNotification.ActiveChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveChangeNotification.ActiveChangeType[] |
ActiveChangeNotification.ActiveChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveChangeNotification.setType(ActiveChangeNotification.ActiveChangeType type)
This method sets the active change type.
|
Constructor and Description |
---|
ActiveChangeNotification(ActiveChangeNotification.ActiveChangeType type,
Object key,
Object value)
This constructor initializes the type, key and value.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.