public class ServiceUnregistrationEvent extends EventObject
source| Constructor and Description |
|---|
ServiceUnregistrationEvent(Service service)
Create a new ServiceUnregistrationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
getService()
Get the unregistered reference associated with this event.
|
getSource, toStringpublic ServiceUnregistrationEvent(Service service)
service - the service that was unregisteredpublic Service getService()
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.