|
GigaSpaces - Open Spaces | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openspaces.pu.container.jee.jetty.PlainJettyHolder
public class PlainJettyHolder
A plain wrapper around jetty. Simply deleagate the lifecycle calls directory to jetty.
Constructor Summary | |
---|---|
PlainJettyHolder(org.mortbay.jetty.Server server)
|
Method Summary | |
---|---|
void |
closeConnectors()
Closes Jetty ports. |
org.mortbay.jetty.Server |
getServer()
Returns the jetty server. |
boolean |
isSingleInstance()
|
void |
openConnectors()
Open Jetty ports. |
void |
start()
Start Jetty. |
void |
stop()
Stops Jetty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlainJettyHolder(org.mortbay.jetty.Server server)
Method Detail |
---|
public void openConnectors() throws Exception
JettyHolder
openConnectors
in interface JettyHolder
Exception
public void closeConnectors() throws Exception
JettyHolder
closeConnectors
in interface JettyHolder
Exception
public void start() throws Exception
JettyHolder
JettyHolder.stop()
start
in interface JettyHolder
Exception
public void stop() throws Exception
JettyHolder
stop
in interface JettyHolder
Exception
public org.mortbay.jetty.Server getServer()
JettyHolder
getServer
in interface JettyHolder
public boolean isSingleInstance()
isSingleInstance
in interface JettyHolder
|
GigaSpaces - Open Spaces | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |