jrun.jms.core.util
Interface JMSService

All Superinterfaces:
java.io.Serializable, Service
All Known Implementing Classes:
JMSServiceAdapter, JMSServicePartition

public interface JMSService
extends Service


Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void restart()
           
 void resume()
           
 void suspend()
           
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

restart

public void restart()
             throws ServiceException

resume

public void resume()
            throws ServiceException

suspend

public void suspend()
             throws ServiceException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.