@Service(value=RemoteDelegateLocator.class) public class DefaultRemoteDelegateLocator extends Object implements RemoteDelegateLocator
RemoteDelegateLocator.RemoteDelegateLocator.Result| Constructor and Description |
|---|
DefaultRemoteDelegateLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findEffectiveClass(Class<?> clazz)
Gets the effective class.
|
RemoteDelegateLocator.Result |
findRemoteDelegate(Class<?> clazz)
Finds the remote delegate interface and implementation for a class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic RemoteDelegateLocator.Result findRemoteDelegate(Class<?> clazz) throws ClassNotFoundException
RemoteDelegateLocatorfindRemoteDelegate in interface RemoteDelegateLocatorclazz - the serviced classClassNotFoundException - if no such interfaceCopyright © 2016 Krake Softwaretechnik. All rights reserved.