Package | Description |
---|---|
com.caucho.config.types |
Modifier and Type | Field and Description |
---|---|
protected InjectionTarget |
BaseRef._injectionTarget |
Modifier and Type | Method and Description |
---|---|
InjectionTarget |
ResourceRef.getInjectionTarget()
Gets the injection-target
|
InjectionTarget |
MessageDestinationRef.getInjectionTarget()
Gets the injection-target
|
InjectionTarget |
BaseRef.getInjectionTarget() |
InjectionTarget |
EjbRef.getInjectionTarget()
Gets the injection-target
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceGroupConfig.addInjectionTarget(InjectionTarget injectionTarget)
Adds an injection-target
|
void |
ResourceRef.setInjectionTarget(InjectionTarget injectionTarget)
Sets the injection-target
|
void |
MessageDestinationRef.setInjectionTarget(InjectionTarget injectionTarget)
Sets the injection-target
|
void |
BaseRef.setInjectionTarget(InjectionTarget injectionTarget) |
void |
EjbRef.setInjectionTarget(InjectionTarget injectionTarget)
Sets the injection-target
|