Liferay 7.0-ga1 portal-impl

com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyUtil.TemplateSkeleton

java.lang.Object
  extended by 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


Field Summary
static String[] PROXY_METHOD_SIGNATURES
           
 
Constructor Summary
IntrabandProxyUtil.TemplateSkeleton(com.liferay.portal.kernel.nio.intraband.proxy.TargetLocator targetLocator)
           
 
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
 

Field Detail

PROXY_METHOD_SIGNATURES

public static final String[] PROXY_METHOD_SIGNATURES
Constructor Detail

IntrabandProxyUtil.TemplateSkeleton

public IntrabandProxyUtil.TemplateSkeleton(com.liferay.portal.kernel.nio.intraband.proxy.TargetLocator targetLocator)
Method Detail

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

Liferay 7.0-ga1 portal-impl