|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlexFactory
The FlexFactory interface is implemented by factory components that provide instances to the Flex messaging framework. You can implement this interface if you want to tie together Flex Data Services with another system which maintains component instances (often called the "services layer" in a typical enterprise architecture). By implementing FlexFactory, you can configure a Flex RemoteObject destination or a Flex Data Management Services assembler which uses a Java object instance in your services layer rather than having FDS create a new component instance. In some cases, this means you avoid writing glue code for each service you want to expose to flex clients.
| Field Summary | |
|---|---|
static String |
SCOPE
Scope string. |
static String |
SCOPE_APPLICATION
Application scope string . |
static String |
SCOPE_REQUEST
Request scope string. |
static String |
SCOPE_SESSION
Session scope string. |
static String |
SOURCE
Source string. |
| Method Summary | |
|---|---|
FactoryInstance |
createFactoryInstance(String id,
ConfigMap properties)
Called when the definition of an instance that this factory looks up is initialized. |
Object |
lookup(FactoryInstance instanceInfo)
This method is called by the default implementation of FactoryInstance.lookup. |
| Methods inherited from interface flex.messaging.FlexConfigurable |
|---|
initialize |
| Field Detail |
|---|
static final String SCOPE_REQUEST
static final String SCOPE_SESSION
static final String SCOPE_APPLICATION
static final String SCOPE
static final String SOURCE
| Method Detail |
|---|
FactoryInstance createFactoryInstance(String id,
ConfigMap properties)
Any valid properties used for this configuration must be accessed to avoid warnings about unused configuration elements. If your factory is only used for application scoped components, you do not need to implement this method as the lookup method itself can be used to validate its configuration.
The id property is used as a name to help you identify this factory instance for any errors it might generate.
Object lookup(FactoryInstance instanceInfo)
instanceInfo - The FactoryInstance for this destination
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/FlexFactory.html