Package | Description |
---|---|
org.teiid.adminapi.jboss | |
org.teiid.runtime |
Modifier and Type | Class and Description |
---|---|
class |
AdminFactory.AdminImpl |
Modifier and Type | Method and Description |
---|---|
Admin |
AdminFactory.createAdmin(org.jboss.as.controller.client.ModelControllerClient connection) |
Admin |
AdminFactory.createAdmin(org.jboss.as.controller.client.ModelControllerClient connection,
String profileName)
Name of the domain mode profile.
|
Admin |
AdminFactory.createAdmin(String host,
int port,
String userName,
char[] password)
Creates a ServerAdmin with the specified connection properties.
|
Admin |
AdminFactory.createAdmin(String host,
int port,
String userName,
char[] password,
String profileName)
Creates a ServerAdmin with the specified connection properties.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedAdminImpl |
Modifier and Type | Method and Description |
---|---|
Admin |
EmbeddedAdminFactory.createAdmin(EmbeddedServer embeddedServer) |
Admin |
EmbeddedServer.getAdmin() |
Copyright © 2019. All rights reserved.