public class RefCursorSupportInitiator extends Object implements StandardServiceInitiator<RefCursorSupport>
Modifier and Type | Field and Description |
---|---|
static RefCursorSupportInitiator |
INSTANCE
Singleton access
|
Constructor and Description |
---|
RefCursorSupportInitiator() |
Modifier and Type | Method and Description |
---|---|
Class<RefCursorSupport> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
RefCursorSupport |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final RefCursorSupportInitiator INSTANCE
public RefCursorSupport initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiator
initiateService
in interface StandardServiceInitiator<RefCursorSupport>
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.public Class<RefCursorSupport> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<RefCursorSupport>
Copyright © 2017 JBoss by Red Hat. All rights reserved.