org.openanzo.server.repository
Interface IServerServiceMBean

All Known Subinterfaces:
AuthenticationProviderMBean, EventPublisherMBean, IndexQueryApiMBean, ModelServiceApiMBean
All Known Implementing Classes:
AuthenticationProvider, EventPublisher, IndexQueryApi, ModelServiceApi

public interface IServerServiceMBean

Author:
Matthew Roy ( mroy@us.ibm.com )

Method Summary
 boolean getIsStarted()
          Determine if the service is started
 void start()
          Start the service
 void stop()
          Stop the service
 

Method Detail

stop

void stop()
          throws AnzoException
Stop the service

Throws:
AnzoException

start

void start()
           throws AnzoException
Start the service

Throws:
AnzoException

getIsStarted

boolean getIsStarted()
                     throws AnzoException
Determine if the service is started

Returns:
true if the service is started
Throws:
AnzoException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.