|
||||||||||
| 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
flex.messaging.MessageDestination
public class MessageDestination
A logical reference to a MessageDestination.
| Field Summary | |
|---|---|
static String |
LOG_CATEGORY
Log category for MessageDestination. |
| Constructor Summary | |
|---|---|
MessageDestination()
Constructs an unmanaged MessageDestination instance. |
|
MessageDestination(boolean enableManagement)
Constructs a MessageDestination with the indicated management. |
|
| Method Summary | |
|---|---|
ServerSettings |
getServerSettings()
Returns the ServerSettings of the MessageDestination. |
void |
initialize(String id,
ConfigMap properties)
Initializes the MessageDestination with the properties. |
void |
setNetworkSettings(NetworkSettings networkSettings)
Sets the NetworkSettings of the MessageDestination. |
void |
setServerSettings(ServerSettings serverSettings)
Sets the ServerSettings of the MessageDestination. |
void |
setService(Service service)
Casts the Service into MessageService
and calls super.setService |
| Methods inherited from class flex.messaging.FactoryDestination |
|---|
getFactory, getFactoryInstance, getScope, getSource, setFactory, setFactory, setScope, setSource |
| Methods inherited from class flex.messaging.Destination |
|---|
addChannel, createAdapter, describeDestination, getAdapter, getChannels, getNetworkSettings, getSecurityConstraint, getService, getServiceType, isBackendShared, isClustered, removeChannel, setAdapter, setChannels, setId, setSecurityConstraint, setSecurityConstraint, 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 |
| Field Detail |
|---|
public static final String LOG_CATEGORY
MessageDestination.
| Constructor Detail |
|---|
public MessageDestination()
MessageDestination instance.
public MessageDestination(boolean enableManagement)
MessageDestination with the indicated management.
enableManagement - true if the MessageDestination
is manageable; otherwise false.| Method Detail |
|---|
public void initialize(String id,
ConfigMap properties)
MessageDestination with the properties.
If subclasses override, they must call super.initialize().
initialize in interface FlexConfigurableinitialize in class FactoryDestinationproperties - Properties for the MessageDestination.id - Id of the ManageableComponent.public void setNetworkSettings(NetworkSettings networkSettings)
NetworkSettings of the MessageDestination.
setNetworkSettings in class DestinationnetworkSettings - The NetworkSettings of the Destination.public ServerSettings getServerSettings()
ServerSettings of the MessageDestination.
ServerSettings of the MessageDestination.public void setServerSettings(ServerSettings serverSettings)
ServerSettings of the MessageDestination.
The - ServerSettings of the MessageDestination.public void setService(Service service)
Service into MessageService
and calls super.setService
setService in class Destinationservice -
|
||||||||||
| 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/MessageDestination.html