|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||
java.lang.Objectflex.messaging.config.PropertiesSettings
flex.messaging.config.AdapterSettings
Public Class AdapterSettings
서비스는, 메세지의 처리에 사용하는 어댑터를 등록할 필요가 있습니다. 각 행선지는, 요구를 처리하는 어댑터를 ID 로 참조해 선택합니다.
어댑터는, 초기화 프롭퍼티를 사용해 Configuration 할 수도 있습니다.
ServiceAdapter | 필드 Summary |
|---|
| Class flex.messaging.config.PropertiesSettings 로부터 상속 받는 필드 |
|---|
properties |
| constructor Summary | |
|---|---|
AdapterSettings (String id)
어댑터를 기술하는 새로운 프롭퍼티세트를 작성하기 위해서 사용됩니다. |
|
| 메소드 Summary | |
|---|---|
String |
getClassName ()
이 어댑터의 Java Class 실장의 이름을 취득합니다. |
String |
getId ()
어댑터를 할당할 때에 행선지가 참조하는 ID 입니다. |
boolean |
isDefault ()
이 어댑터가 서비스의 행선지의 디폴트인가 어떤가를 판정하는 Boolean 플래그를 돌려줍니다. |
void |
setClassName (String name)
이 어댑터의 Java Class 실장의 이름을 Configuration 합니다. |
void |
setDefault (boolean b)
어댑터가 디폴트로서 사용될지 어떨지를 판정하는 플래그를 Configuration 합니다. |
| Class flex.messaging.config.PropertiesSettings 로부터 상속 받는 메소드 |
|---|
addProperties, addProperty, addProperty, getProperties, getProperty, getPropertyAsBoolean, getPropertyAsInt, getPropertyAsList, getPropertyAsMap, getPropertyAsString |
| Class java.lang. Object 로부터 상속 받는 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| constructor 의 상세 |
|---|
public AdapterSettings(String id)
id - 이 어댑터의 고유 ID 를 나타내는 String| 메소드의 상세 |
|---|
public String getId()
String 로 나타낸 어댑터 IDpublic String getClassName()
ServiceAdapter public void setClassName(String name)
flex.messaging.services.ServiceAdapter 를 확장할 필요가 있습니다.
name - Stringpublic boolean isDefault()
public void setDefault(boolean b)
b - boolean 플래그로, 서비스의 디폴트로서 이 어댑터를 사용할 필요가 있는 경우는 true
|
||||||||||
| 전의 Class에 다음의 Class에 | 프레임 있어 프레임 없음 | |||||||||
| Summary : 네스트 | 필드 | constructor | 메소드 | 상세 : 필드 | constructor | 메소드 | |||||||||