public class OperationNameFormatService extends Object implements BootService
| Constructor and Description |
|---|
OperationNameFormatService() |
| Modifier and Type | Method and Description |
|---|---|
void |
boot() |
String |
formatOperationName(Class<? extends OPGroupDefinition> definition,
String opName)
Format the operation name based on group rules
|
void |
onComplete() |
void |
prepare() |
void |
shutdown() |
public void prepare()
throws Throwable
prepare in interface BootServiceThrowablepublic void boot()
throws Throwable
boot in interface BootServiceThrowablepublic void onComplete()
throws Throwable
onComplete in interface BootServiceThrowablepublic void shutdown()
throws Throwable
shutdown in interface BootServiceThrowablepublic String formatOperationName(Class<? extends OPGroupDefinition> definition, String opName)
definition - in the ConfigopName - represents the operation name literal stringCopyright © 2019 The Apache Software Foundation. All rights reserved.