org.mortbay.jetty.plus
Class AbstractService
java.lang.Object
org.mortbay.jetty.plus.AbstractService
- LifeCycle, Service
public abstract class AbstractService
extends java.lang.Object
_jndi
protected String _jndi
_name
protected String _name
_started
protected boolean _started
setJNDI
public void setJNDI(String registration)
- setJNDI in interface Service
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 Service
- stop in interface LifeCycle
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.