|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.config.PropertiesSettings
flex.messaging.config.AdapterSettings
public class AdapterSettings
A service must register the adapters that it will use to process messages. Each destination selects an adapter that processes the request by referring to it by id.
Adapters can also be configured with initialization properties.
ServiceAdapter| Constructor Summary | |
|---|---|
AdapterSettings(String id)
Used to construct a new set of properties to describe an adapter. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Gets the name of the Java class implementation for this adapter. |
String |
getId()
The identity that destinations will refer to when assigning and adapter. |
boolean |
isDefault()
Returns a boolean flag that determines whether this adapter is the default for a service's destinations. |
void |
setClassName(String name)
Sets name of the Java class implementation for this adapter. |
void |
setDefault(boolean b)
Sets a flag to determine whether an adapter will be used as the default (i.e. |
| Methods inherited from class flex.messaging.config.PropertiesSettings |
|---|
addProperties, addProperty, addProperty, getProperties, getProperty, getPropertyAsBoolean, getPropertyAsInt, getPropertyAsList, getPropertyAsLong, getPropertyAsMap, getPropertyAsString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdapterSettings(String id)
id - the String representing the unique identity for
this adapter.| Method Detail |
|---|
public String getId()
String.public String getClassName()
ServiceAdapterpublic void setClassName(String name)
flex.messaging.services.ServiceAdapter.
name - the Stringpublic boolean isDefault()
public void setDefault(boolean b)
b - a boolean flag, true if this adapter should be
used as the default for the service.
|
||||||||||
| 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/config/AdapterSettings.html