public class AsyncMetaInterface extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncMetaInterface.GetAllAsJsonCallback |
static interface |
AsyncMetaInterface.GetEnumLiteralsCallback |
static interface |
AsyncMetaInterface.GetServiceInterfaceCallback |
static interface |
AsyncMetaInterface.GetServiceInterfacesCallback |
static interface |
AsyncMetaInterface.GetServiceMethodCallback |
static interface |
AsyncMetaInterface.GetServiceMethodParametersCallback |
static interface |
AsyncMetaInterface.GetServiceMethodsCallback |
static interface |
AsyncMetaInterface.GetServiceTypesCallback |
| Constructor and Description |
|---|
AsyncMetaInterface(MetaInterface syncService,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAllAsJson(AsyncMetaInterface.GetAllAsJsonCallback callback) |
void |
getEnumLiterals(String enumName,
AsyncMetaInterface.GetEnumLiteralsCallback callback) |
void |
getServiceInterface(String getServiceInterface,
AsyncMetaInterface.GetServiceInterfaceCallback callback) |
void |
getServiceInterfaces(AsyncMetaInterface.GetServiceInterfacesCallback callback) |
void |
getServiceMethod(String serviceInterfaceName,
String methodName,
AsyncMetaInterface.GetServiceMethodCallback callback) |
void |
getServiceMethodParameters(String serviceInterfaceName,
String serviceMethodName,
AsyncMetaInterface.GetServiceMethodParametersCallback callback) |
void |
getServiceMethods(String serviceInterfaceName,
AsyncMetaInterface.GetServiceMethodsCallback callback) |
void |
getServiceTypes(AsyncMetaInterface.GetServiceTypesCallback callback) |
public AsyncMetaInterface(MetaInterface syncService, ExecutorService executorService)
public void getAllAsJson(AsyncMetaInterface.GetAllAsJsonCallback callback)
public void getEnumLiterals(String enumName, AsyncMetaInterface.GetEnumLiteralsCallback callback)
public void getServiceInterface(String getServiceInterface, AsyncMetaInterface.GetServiceInterfaceCallback callback)
public void getServiceInterfaces(AsyncMetaInterface.GetServiceInterfacesCallback callback)
public void getServiceMethod(String serviceInterfaceName, String methodName, AsyncMetaInterface.GetServiceMethodCallback callback)
public void getServiceMethodParameters(String serviceInterfaceName, String serviceMethodName, AsyncMetaInterface.GetServiceMethodParametersCallback callback)
public void getServiceMethods(String serviceInterfaceName, AsyncMetaInterface.GetServiceMethodsCallback callback)
public void getServiceTypes(AsyncMetaInterface.GetServiceTypesCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.