public interface RemoteEntryPoint extends RemoteWorkingMemory
Modifier and Type | Method and Description |
---|---|
void |
delete(RemoteFactHandle handle)
Retracts the fact for which the given FactHandle was assigned
regardless if it has been explicitly or logically inserted.
|
RemoteFactHandle |
insert(Object object)
Inserts a new fact into this entry point
|
void |
update(RemoteFactHandle handle,
Object object)
Updates the fact for which the given FactHandle was assigned with the new
fact set as the second parameter in this method.
|
getEntryPointId, getFactCount, getObjects, getObjects, getObjects
RemoteFactHandle insert(Object object)
object
- the fact to be insertedvoid delete(RemoteFactHandle handle)
handle
- the handle whose fact is to be retracted.void update(RemoteFactHandle handle, Object object)
handle
- the FactHandle for the fact to be updated.object
- the new value for the fact being updated.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.