com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyUtil.TemplateSkeleton
java.lang.Object
com.liferay.portal.nio.intraband.proxy.IntrabandProxyUtil.TemplateSkeleton
- All Implemented Interfaces:
- com.liferay.portal.kernel.nio.intraband.proxy.IntrabandProxySkeleton
- Enclosing class:
- IntrabandProxyUtil
protected abstract static class IntrabandProxyUtil.TemplateSkeleton
- extends Object
- implements com.liferay.portal.kernel.nio.intraband.proxy.IntrabandProxySkeleton
|
Method Summary |
void |
dispatch(com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference,
com.liferay.portal.kernel.nio.intraband.Datagram datagram,
com.liferay.portal.kernel.io.Deserializer deserializer)
|
protected abstract void |
doDispatch(com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference,
com.liferay.portal.kernel.nio.intraband.Datagram datagram,
com.liferay.portal.kernel.io.Deserializer deserializer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROXY_METHOD_SIGNATURES
public static final String[] PROXY_METHOD_SIGNATURES
IntrabandProxyUtil.TemplateSkeleton
public IntrabandProxyUtil.TemplateSkeleton(com.liferay.portal.kernel.nio.intraband.proxy.TargetLocator targetLocator)
dispatch
public void dispatch(com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference,
com.liferay.portal.kernel.nio.intraband.Datagram datagram,
com.liferay.portal.kernel.io.Deserializer deserializer)
- Specified by:
dispatch in interface com.liferay.portal.kernel.nio.intraband.proxy.IntrabandProxySkeleton
doDispatch
protected abstract void doDispatch(com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference,
com.liferay.portal.kernel.nio.intraband.Datagram datagram,
com.liferay.portal.kernel.io.Deserializer deserializer)
throws Exception
- Throws:
Exception