public class OctopusFactory extends Object
Modifier | Constructor and Description |
---|---|
private |
OctopusFactory() |
Modifier and Type | Method and Description |
---|---|
void |
end() |
static Octopus |
newOctopus(Properties properties,
Credentials credentials)
Constructs a Octopus instance.
|
public static Octopus newOctopus(Properties properties, Credentials credentials) throws OctopusException
credentials
- the credentials to use. Will NOT be copied, may be null.properties
- the properties to use. Will NOT be copied, may be null.OctopusException
- in case the engine fails to initialize.public void end()