org.wicketstuff.push
Class AbstractPushServiceRef<T extends IPushService>

java.lang.Object
  extended by 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
AbstractPushServiceRef()
           
 
Method Summary
 T get()
          looks up and returns the referenced service instance
protected abstract  T lookupService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPushServiceRef

public AbstractPushServiceRef()
Method Detail

get

public T get()
looks up and returns the referenced service instance

Specified by:
get in interface IPushServiceRef<T extends IPushService>
Returns:
the service instance

lookupService

protected abstract T lookupService()


Copyright © 2013. All Rights Reserved.