Package | Description |
---|---|
org.kie.internal.agent |
The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.
|
org.kie.internal.event.io | |
org.kie.internal.event.knowledgeagent | |
org.kie.internal.io |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeAgent.applyChangeSet(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceChangeListener.resourcesChanged(ChangeSet changeSet)
The Resource has changed, the ResourceChangeNotifier will call this method and execute the user implemented code.
|
Modifier and Type | Method and Description |
---|---|
ChangeSet |
ChangeSetProcessingEvent.getChangeSet() |
Constructor and Description |
---|
AfterChangeSetAppliedEvent(ChangeSet changeSet) |
AfterChangeSetProcessedEvent(ChangeSet changeSet,
List<org.kie.api.io.Resource> addedResources,
Map<org.kie.api.io.Resource,Set<KnowledgeDefinition>> modifiedResourceMappings,
Map<org.kie.api.io.Resource,Set<KnowledgeDefinition>> removedResourceMappings) |
AfterResourceProcessedEvent(ChangeSet changeSet,
org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType resourceType,
KnowledgeAgent.ResourceStatus status) |
BeforeChangeSetAppliedEvent(ChangeSet changeSet) |
BeforeChangeSetProcessedEvent(ChangeSet changeSet) |
BeforeResourceProcessedEvent(ChangeSet changeSet,
org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType resourceType,
KnowledgeAgent.ResourceStatus status) |
ChangeSetProcessingEvent(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceChangeNotifier.publishChangeSet(ChangeSet changeSet)
Called by the added ResourceChangeMonitors to inform this ResourceChangeNotifier of resource changes.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.