@Service @Singleton public class EnvironmentFactory extends Object implements Factory<Environment>
| Constructor and Description |
|---|
EnvironmentFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(Environment instance) |
Environment |
provide()
This method creates environments based on the current tenant.
|
public Environment provide()
provide in interface Factory<Environment>public void dispose(Environment instance)
dispose in interface Factory<Environment>Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.