| Package | Description |
|---|---|
| org.apache.airavata.xbaya | |
| org.apache.airavata.xbaya.ui | |
| org.apache.airavata.xbaya.ui.dialogs.registry |
| Modifier and Type | Method and Description |
|---|---|
ThriftServiceType |
ThriftClientData.getServiceType() |
static ThriftServiceType |
ThriftServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftServiceType[] |
ThriftServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ThriftServiceType,ThriftClientData> |
XBayaConfiguration.getThriftClientDataList() |
| Modifier and Type | Method and Description |
|---|---|
ThriftClientData |
XBayaConfiguration.getThriftClientData(ThriftServiceType serviceType) |
boolean |
XBayaConfiguration.isThriftServiceDataExist(ThriftServiceType serviceType) |
void |
XBayaConfiguration.servicesChanged(ThriftServiceType type) |
void |
ThriftClientData.setServiceType(ThriftServiceType serviceName) |
| Constructor and Description |
|---|
ThriftClientData(ThriftServiceType serviceName,
String serverAddress,
int serverPort,
String gatewayId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XBayaGUI.setupThriftClientData(ThriftServiceType type) |
boolean |
XBayaGUI.setupThriftClientData(ThriftServiceType type,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
ThriftServiceType |
RegistryWindow.getServiceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryWindow.setServiceType(ThriftServiceType serviceType) |
| Constructor and Description |
|---|
RegistryWindow(XBayaEngine engine,
ThriftServiceType serviceType) |
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.