org.mortbay.jetty.plus
Interface Service
- LifeCycle
- AbstractDataSourceService, AbstractService, DefaultDataSourceService, JotmService, MailService, TMService
getJNDI
public String getJNDI()
getName
public String getName()
isStarted
public boolean isStarted()
- isStarted in interface LifeCycle
- True if the LifeCycle has been started.
setJNDI
public void setJNDI(String registration)
setName
public void setName(String name)
start
public void start()
throws Exception
Start the LifeCycle.
- start in interface LifeCycle
stop
public void stop()
throws InterruptedException
Stop the LifeCycle.
The LifeCycle may wait for current activities to complete
normally, but it can be interrupted.
- stop in interface LifeCycle
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.