Rio Project 4.2 API Documentation



org.rioproject.cybernode
Interface ServiceBeanContainerListener

All Known Implementing Classes:
CybernodeImpl, ServiceBeanExec

public interface ServiceBeanContainerListener

Client interface allowing notification of service instantiations and discard lifecycle events

Author:
Dennis Reedy

Method Summary
 void serviceDiscarded(ServiceRecord record)
          Notify all ServiceBeanContainerListener implementations with a ServiceRecord signifying that a service has been discarded
 void serviceInstantiated(ServiceRecord record)
          Notify all ServiceBeanContainerListener implementations with a ServiceRecord signifying that a service has been instantiated
 

Method Detail

serviceInstantiated

void serviceInstantiated(ServiceRecord record)
Notify all ServiceBeanContainerListener implementations with a ServiceRecord signifying that a service has been instantiated

Parameters:
record - The ServiceRecord for the newly instantiated service

serviceDiscarded

void serviceDiscarded(ServiceRecord record)
Notify all ServiceBeanContainerListener implementations with a ServiceRecord signifying that a service has been discarded

Parameters:
record - The ServiceRecord for the discarded service

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.