org.jboss.portal.server.kernel
Interface Service

All Known Implementing Classes:
AccessController, Application, BaseService, Component, ContentTypes, CorePortal, Instance, InvocationPlugin, ModelPlugin, Modes, NullService, NullService, Page, PageRepository, PluginService, Portal, PortalServer, PortletApplication, PortletContainer, PortletPreferenceSetPlugin, PreferenceSetPlugin, ProxyPreferenceSetPlugin, ResourceBundles, ServerObject, TransactionPlugin, Window, WindowStates

public interface Service

Service lifecycle. That interface should be used by the kernel ONLY.


Method Summary
 void create()
          Create.
 void destroy()
          Destroy.
 void start()
          Start.
 void stop()
          Stop.
 

Method Detail

create

void create()
            throws java.lang.Exception
Create.

Throws:
java.lang.Exception

start

void start()
           throws java.lang.Exception
Start.

Throws:
java.lang.Exception

stop

void stop()
Stop.


destroy

void destroy()
Destroy.