|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateOption | |
|---|---|
| org.sca4j.binding.jms.common | |
| org.sca4j.binding.jms.runtime | |
| Uses of CreateOption in org.sca4j.binding.jms.common |
|---|
| Methods in org.sca4j.binding.jms.common that return CreateOption | |
|---|---|
CreateOption |
AdministeredObjectDefinition.getCreate()
|
static CreateOption |
CreateOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CreateOption[] |
CreateOption.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.sca4j.binding.jms.common with parameters of type CreateOption | |
|---|---|
void |
AdministeredObjectDefinition.setCreate(CreateOption create)
|
| Uses of CreateOption in org.sca4j.binding.jms.runtime |
|---|
| Method parameters in org.sca4j.binding.jms.runtime with type arguments of type CreateOption | |
|---|---|
void |
JmsTargetWireAttacher.setConnectionFactoryStrategies(java.util.Map<CreateOption,ConnectionFactoryStrategy> strategies)
Injects the connection factory strategies. |
void |
JmsSourceWireAttacher.setConnectionFactoryStrategies(java.util.Map<CreateOption,ConnectionFactoryStrategy> strategies)
Injects the connection factory strategies. |
void |
JmsTargetWireAttacher.setDestinationStrategies(java.util.Map<CreateOption,DestinationStrategy> strategies)
Injects the destination strategies. |
void |
JmsSourceWireAttacher.setDestinationStrategies(java.util.Map<CreateOption,DestinationStrategy> strategies)
Injects the destination strategies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||