public class CommonService<OPERATION> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected io.servicecomb.foundation.common.RegisterManager<String,OPERATION> |
operationMgr |
| Constructor and Description |
|---|
CommonService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createOperationMgr(String operationMgrName) |
OPERATION |
ensureFindOperation(String operation) |
OPERATION |
findOperation(String operation) |
String |
getName() |
Collection<OPERATION> |
getOperations() |
void |
regOperation(String operationName,
OPERATION operaton) |
void |
setName(String name) |
Copyright © 2017. All rights reserved.