public class RemoteRuntimeManager extends Object implements org.kie.api.runtime.manager.RuntimeManager
| Constructor and Description |
|---|
RemoteRuntimeManager(org.kie.services.client.api.command.RemoteConfiguration configuration,
String identifier)
Creates a new RemoteRuntimeManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeEngine runtime) |
String |
getIdentifier() |
org.kie.api.runtime.manager.RuntimeEngine |
getRuntimeEngine(org.kie.api.runtime.manager.Context<?> context) |
void |
signalEvent(String arg0,
Object arg1) |
public RemoteRuntimeManager(org.kie.services.client.api.command.RemoteConfiguration configuration,
String identifier)
configuration - the RemoteConfigurationidentifier - the identifierpublic org.kie.api.runtime.manager.RuntimeEngine getRuntimeEngine(org.kie.api.runtime.manager.Context<?> context)
getRuntimeEngine in interface org.kie.api.runtime.manager.RuntimeManagerpublic String getIdentifier()
getIdentifier in interface org.kie.api.runtime.manager.RuntimeManagerpublic void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeEngine runtime)
disposeRuntimeEngine in interface org.kie.api.runtime.manager.RuntimeManagerpublic void close()
close in interface org.kie.api.runtime.manager.RuntimeManagerCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.