public abstract class SpecialMethod extends Object
| Constructor and Description |
|---|
SpecialMethod() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName() |
static SpecialMethod |
getSpecialMethod(String operation) |
abstract MessageMediator |
invoke(Object servant,
MessageMediator request,
byte[] objectId,
ObjectAdapter objectAdapter) |
abstract boolean |
isNonExistentMethod() |
public abstract boolean isNonExistentMethod()
public abstract String getName()
public abstract MessageMediator invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
public static final SpecialMethod getSpecialMethod(String operation)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.