org.mobicents.slee.resource.parlay
Interface ParlayProvider

All Superinterfaces:
org.mobicents.slee.resource.parlay.ParlayResourceAdapterSbbInterface
All Known Implementing Classes:
ParlayProviderImpl

public interface ParlayProvider
extends org.mobicents.slee.resource.parlay.ParlayResourceAdapterSbbInterface

Defines internal provider operations not exposed to Slee container components.


Method Summary
 void start()
          Starts the provider.
 void stop()
          Stops the provider.
 
Methods inherited from interface org.mobicents.slee.resource.parlay.ParlayResourceAdapterSbbInterface
getParlayConnection
 

Method Detail

start

void start()
           throws javax.slee.resource.ResourceException
Starts the provider.

Throws:
javax.slee.resource.ResourceException

stop

void stop()
          throws javax.slee.resource.ResourceException
Stops the provider.

Throws:
javax.slee.resource.ResourceException


Copyright © 2009. All Rights Reserved.