Package org.switchyard.event

Examples of org.switchyard.event.ServiceUnregistrationEvent


    }
   
    @Override
    public void unregister() {
        _domain.getServiceRegistry().unregisterService(this);
        _domain.getEventPublisher().publish(new ServiceUnregistrationEvent(this));
    }
View Full Code Here

TOP

Related Classes of org.switchyard.event.ServiceUnregistrationEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.