public class RemoteKieSessionImpl extends RemoteEntryPointImpl implements RemoteKieSession
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENTRY_POINT |
delegateentryPoint, sender, topicsConfig| Constructor and Description |
|---|
RemoteKieSessionImpl(Properties configuration) |
RemoteKieSessionImpl(Properties configuration,
TopicsConfig envConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<Long> |
fireAllRules() |
void |
fireUntilHalt() |
RemoteEntryPoint |
getEntryPoint(String name) |
CompletableFuture<String> |
getKJarGAV() |
void |
halt() |
CompletableFuture<Boolean> |
updateKJarGAV(String kJar) |
delete, getRequestsStore, insert, updateexecuteCommand, getEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createdelete, insert, updategetEntryPointId, getFactCount, getObject, getObjects, getObjects, getObjectspublic static final String DEFAULT_ENTRY_POINT
public RemoteKieSessionImpl(Properties configuration)
public RemoteKieSessionImpl(Properties configuration, TopicsConfig envConfig)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic RemoteEntryPoint getEntryPoint(String name)
getEntryPoint in interface RemoteKieSessionpublic CompletableFuture<Long> fireAllRules()
fireAllRules in interface RemoteStatefulSessionpublic void fireUntilHalt()
fireUntilHalt in interface RemoteStatefulSessionpublic void halt()
halt in interface RemoteStatefulSessionpublic CompletableFuture<Boolean> updateKJarGAV(String kJar)
updateKJarGAV in interface RemoteKieSessionupdateKJarGAV in interface UpdatableSessionpublic CompletableFuture<String> getKJarGAV()
getKJarGAV in interface RemoteKieSessiongetKJarGAV in interface UpdatableSessionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.