cgl.narada.service
Class ServiceImpl

java.lang.Object
  extended by cgl.narada.service.ServiceImpl
All Implemented Interfaces:
ServiceBulletin

public class ServiceImpl
extends Object
implements ServiceBulletin


Constructor Summary
ServiceImpl()
           
 
Method Summary
 void deregisterServiceBulletin(ServiceBulletin serviceBulletin)
           
 void distributeServiceException(ServiceException serviceException)
           
 void distributeServiceNotification(ServiceNotification serviceNotification)
           
 String getServiceDescription()
           
 void onServiceException(ServiceException serviceException)
           
 void onServiceNotification(ServiceNotification serviceNotification)
           
 void recordServiceException(ServiceException serviceException)
           
 void recordServiceNotification(ServiceNotification serviceNotification)
           
 void registerServiceBulletin(ServiceBulletin serviceBulletin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceImpl

public ServiceImpl()
Method Detail

getServiceDescription

public String getServiceDescription()

registerServiceBulletin

public void registerServiceBulletin(ServiceBulletin serviceBulletin)

deregisterServiceBulletin

public void deregisterServiceBulletin(ServiceBulletin serviceBulletin)

distributeServiceException

public void distributeServiceException(ServiceException serviceException)

distributeServiceNotification

public void distributeServiceNotification(ServiceNotification serviceNotification)

recordServiceException

public void recordServiceException(ServiceException serviceException)

recordServiceNotification

public void recordServiceNotification(ServiceNotification serviceNotification)

onServiceNotification

public void onServiceNotification(ServiceNotification serviceNotification)
Specified by:
onServiceNotification in interface ServiceBulletin

onServiceException

public void onServiceException(ServiceException serviceException)
Specified by:
onServiceException in interface ServiceBulletin


For comments and suggestions please send e-mail to The NaradaBrokering Project