public class RuntimeFactory extends Object
Constructor and Description |
---|
RuntimeFactory() |
RuntimeFactory(javax.enterprise.inject.Instance<RuntimeBuilder<?,?>> builders,
javax.enterprise.inject.Instance<RuntimeDestroyer> destroyers) |
Modifier and Type | Method and Description |
---|---|
void |
destroyRuntime(RuntimeId runtimeId) |
Optional<Runtime> |
newRuntime(RuntimeConfig config) |
public RuntimeFactory()
@Inject public RuntimeFactory(javax.enterprise.inject.Instance<RuntimeBuilder<?,?>> builders, javax.enterprise.inject.Instance<RuntimeDestroyer> destroyers)
public Optional<Runtime> newRuntime(RuntimeConfig config)
public void destroyRuntime(RuntimeId runtimeId)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.