| Package | Description |
|---|---|
| org.switchyard | |
| org.switchyard.event | |
| org.switchyard.test |
| Modifier and Type | Method and Description |
|---|---|
ServiceDomain |
ServiceDomain.addEventObserver(EventObserver observer,
Class<? extends EventObject> eventType)
Add an EventObserver for the specified event type.
|
ServiceDomain |
ServiceReference.getDomain()
The domain in which this service reference is registered.
|
ServiceDomain |
Service.getDomain()
The domain in which this service is registered.
|
ServiceDomain |
ServiceDomain.setProperty(String name,
Object value)
Sets the specified property on this domain.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDomain |
DomainStartupEvent.getDomain()
Gets domain associated with event.
|
ServiceDomain |
DomainShutdownEvent.getDomain()
Gets domain associated with this event.
|
| Constructor and Description |
|---|
DomainShutdownEvent(ServiceDomain source)
Creates new event object.
|
DomainStartupEvent(ServiceDomain source)
Creates a new event object.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDomain |
SwitchYardTestKit.getServiceDomain()
Get the ServiceDomain.
|
| Constructor and Description |
|---|
Invoker(ServiceDomain domain,
QName serviceName)
Protected invoker.
|
Invoker(ServiceDomain domain,
String serviceName)
Protected invoker.
|
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.