public class StubHolder<T>
extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
StubHolder.StubCreator<T> |
Constructor and Description |
---|
StubHolder(T originalT,
String stubId,
com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference,
StubHolder.StubCreator<T> stubCreator) |
Modifier and Type | Method and Description |
---|---|
protected T |
doGetStub() |
T |
getStub() |
public StubHolder(T originalT, String stubId, com.liferay.portal.kernel.nio.intraband.RegistrationReference registrationReference, StubHolder.StubCreator<T> stubCreator)