public interface Callback
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_TIMEOUT |
static Comparator<Callback> |
ORDER_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
buildRequestAttributes() |
Map<String,String> |
buildResponseAttributes() |
void |
cancel() |
int |
getOrder() |
String |
getType() |
boolean |
isCanceled() |
void |
parseRequestAttributes(Map<String,String> attributes) |
void |
parseResponseAttributes(Map<String,String> attributes) |
static final Comparator<Callback> ORDER_COMPARATOR
static final long DEFAULT_TIMEOUT
void cancel()
boolean isCanceled()
int getOrder()
String getType()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.