Liferay 7.0-ce-b4

com.liferay.portal.nio.intraband.proxy
Class StubHolder<T>

java.lang.Object
  extended by com.liferay.portal.nio.intraband.proxy.StubHolder<T>

public class StubHolder<T>
extends Object


Nested Class Summary
static interface StubHolder.StubCreator<T>
           
 
Constructor Summary
StubHolder(T originalT, String stubId, RegistrationReference registrationReference, StubHolder.StubCreator<T> stubCreator)
           
 
Method Summary
protected  T doGetStub()
           
 T getStub()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubHolder

public StubHolder(T originalT,
                  String stubId,
                  RegistrationReference registrationReference,
                  StubHolder.StubCreator<T> stubCreator)
Method Detail

getStub

public T getStub()

doGetStub

protected T doGetStub()

Liferay 7.0-ce-b4