org.openspaces.pu.container.jee.jetty.holder
Class PlainJettyHolder
java.lang.Object
org.openspaces.pu.container.jee.jetty.holder.JettyHolder
org.openspaces.pu.container.jee.jetty.holder.PlainJettyHolder
public class PlainJettyHolder
- extends JettyHolder
A plain wrapper around jetty. Simply delegate the lifecycle calls directory to jetty.
- Author:
- kimchy
Method Summary |
org.eclipse.jetty.server.Server |
getServer()
Returns the jetty server. |
boolean |
isSingleInstance()
Returns true if this is a single instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainJettyHolder
public PlainJettyHolder(org.eclipse.jetty.server.Server server)
getServer
public org.eclipse.jetty.server.Server getServer()
- Description copied from class:
JettyHolder
- Returns the jetty server.
- Specified by:
getServer
in class JettyHolder
isSingleInstance
public boolean isSingleInstance()
- Description copied from class:
JettyHolder
- Returns
true
if this is a single instance.
- Specified by:
isSingleInstance
in class JettyHolder
Copyright © GigaSpaces.