public class MktmpioInstance extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
host |
String |
id |
String |
password |
int |
port |
String |
prefix |
String |
token |
String |
type |
String |
url |
String |
username |
| Constructor and Description |
|---|
MktmpioInstance(String token,
String id,
String host,
int port,
String username,
String password,
String type,
String url) |
| Modifier and Type | Method and Description |
|---|---|
static MktmpioInstance |
create(String urlRoot,
String token,
String type) |
void |
destroy() |
Map<String,String> |
envVars() |
public final String token
public final String id
public final String host
public final int port
public final String username
public final String password
public final String type
public final String prefix
public final String url
public static MktmpioInstance create(String urlRoot, String token, String type) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void destroy()
throws IOException
IOExceptionCopyright © 2015 mktmpio team, Datajin Technologies, Inc.. All Rights Reserved.