|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.ManageableComponent
flex.messaging.Destination
flex.messaging.FactoryDestination
public abstract class FactoryDestination
| Field Summary |
|---|
| Fields inherited from class flex.messaging.Destination |
|---|
LOG_CATEGORY |
| Constructor Summary | |
|---|---|
FactoryDestination()
Constructs an unmanaged FactoryDestination instance. |
|
FactoryDestination(boolean enableManagement)
Constructs a FactoryDestination with the indicated management. |
|
| Method Summary | |
|---|---|
FlexFactory |
getFactory()
Returns the factory of the FactoryDestination. |
FactoryInstance |
getFactoryInstance()
Returns the FactoryInstance. |
String |
getScope()
Returns the scope of the FactoryDestination |
String |
getSource()
Gets the source of the FactoryDestination. |
void |
initialize(String id,
ConfigMap properties)
Initializes the FactoryDestination with the properties. |
void |
setFactory(FlexFactory factory)
Sets the factory of the FactoryDestination. |
void |
setFactory(String id)
Sets the factory of the FactoryDestination. |
void |
setScope(String scope)
Sets the scope of the FactoryDestination that is used
in FactoryInstance creation. |
void |
setSource(String source)
Sets the source of the FactoryDestination that is used
in FactoryInstance creation. |
| Methods inherited from class flex.messaging.Destination |
|---|
addChannel, createAdapter, describeDestination, getAdapter, getChannels, getNetworkSettings, getSecurityConstraint, getService, getServiceType, isBackendShared, isClustered, removeChannel, setAdapter, setChannels, setId, setNetworkSettings, setSecurityConstraint, setSecurityConstraint, setService, start, stop |
| Methods inherited from class flex.management.ManageableComponent |
|---|
getControl, getId, getParent, isManaged, isStarted, isValid, setControl, setManaged, setParent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryDestination()
FactoryDestination instance.
public FactoryDestination(boolean enableManagement)
FactoryDestination with the indicated management.
enableManagement - true if the FactoryDestination
is manageable; otherwise false.| Method Detail |
|---|
public void initialize(String id,
ConfigMap properties)
FactoryDestination with the properties.
initialize in interface FlexConfigurableinitialize in class Destinationproperties - Properties for the FactoryDestination.id - Id of the ManageableComponent.public FlexFactory getFactory()
FactoryDestination. Before a valid
FlexFactory can be returned, MessageBroker and
hence Service of the Destination has to be set.
public void setFactory(String id)
FactoryDestination.
MessageBroker has to know the factory before it can be
assigned to the destination.
id - The id of the factory.public void setFactory(FlexFactory factory)
FactoryDestination.
factory - public FactoryInstance getFactoryInstance()
FactoryInstance. FactoryInstance
stores configuration state used for retrieving an instance from
the factory. This needs to be called after calling setSource
and setScope methods.
public String getScope()
FactoryDestination
FactoryDestination.public void setScope(String scope)
FactoryDestination that is used
in FactoryInstance creation. Scope cannot be changed to and
from application scope once FactoryInstance is initialized.
scope - public String getSource()
FactoryDestination.
public void setSource(String source)
FactoryDestination that is used
in FactoryInstance creation. Source cannot be changed once
FactoryInstance is initialized and the scope is application.
source -
|
||||||||||
| 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/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/FactoryDestination.html