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 CorbaMessageMediator |
invoke(Object servant,
CorbaMessageMediator request,
byte[] objectId,
ObjectAdapter objectAdapter) |
abstract boolean |
isNonExistentMethod() |
public abstract boolean isNonExistentMethod()
public abstract String getName()
public abstract CorbaMessageMediator invoke(Object servant, CorbaMessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
public static final SpecialMethod getSpecialMethod(String operation)
Copyright © 2017 JBoss by Red Hat. All rights reserved.