Package org.wicketstuff.push
Class AbstractPushServiceRef<T extends IPushService>
- java.lang.Object
-
- org.wicketstuff.push.AbstractPushServiceRef<T>
-
- All Implemented Interfaces:
Serializable,IPushServiceRef<T>
public abstract class AbstractPushServiceRef<T extends IPushService> extends Object implements IPushServiceRef<T>
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractPushServiceRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tget()looks up and returns the referenced service instanceprotected abstract TlookupService()
-
-
-
Method Detail
-
get
public T get()
looks up and returns the referenced service instance- Specified by:
getin interfaceIPushServiceRef<T extends IPushService>- Returns:
- the service instance
-
lookupService
protected abstract T lookupService()
-
-