|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventProcessingOption | |
|---|---|
| org.drools.guvnor.client.asseteditor.drools.serviceconfig | |
| Uses of EventProcessingOption in org.drools.guvnor.client.asseteditor.drools.serviceconfig |
|---|
| Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig that return EventProcessingOption | |
|---|---|
EventProcessingOption |
ServiceKBaseConfig.getEventProcessingMode()
|
static EventProcessingOption |
EventProcessingOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventProcessingOption[] |
EventProcessingOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type EventProcessingOption | |
|---|---|
void |
ServiceKBaseConfig.setEventProcessingMode(EventProcessingOption eventProcessingMode)
|
| Constructors in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type EventProcessingOption | |
|---|---|
ServiceKBaseConfig(String name,
Integer maxThreads,
Boolean mbeans,
EventProcessingOption eventProcessingMode,
AssertBehaviorOption assertBehavior,
String assetsUser,
String assetsPassword,
Collection<AssetReference> resources,
Collection<AssetReference> models,
Collection<ServiceKSessionConfig> ksessions,
Collection<ServiceKAgentConfig> kagents)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||