public interface RemoteDelegateLocator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteDelegateLocator.Result
The result.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteDelegateLocator.Result |
findRemoteDelegate(Class<?> clazz)
Finds the remote delegate interface and implementation for a class.
|
static RemoteDelegateLocator |
getInstance()
The singleton.
|
static RemoteDelegateLocator getInstance()
RemoteDelegateLocator.Result findRemoteDelegate(Class<?> clazz) throws ClassNotFoundException
clazz - the serviced classClassNotFoundException - if no such interfaceCopyright © 2016 Krake Softwaretechnik. All rights reserved.