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)
StandardServiceInitiatorinitiateService 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()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<RefCursorSupport>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.