|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| flex.management.runtime.messaging.services | Management classes for runtime service monitoring and management. |
| flex.messaging | Messaging classes. |
| flex.messaging.services | Message service classes. |
| flex.messaging.services.http | Proxy service classes. |
| flex.messaging.services.remoting | Remoting service classes. |
| Uses of Service in flex.management.runtime.messaging.services |
|---|
| Constructors in flex.management.runtime.messaging.services with parameters of type Service | |
|---|---|
ServiceControl(Service service,
BaseControl parent)
Constructs a ServiceControl, assigning its id, managed service and
parent MBean. |
|
| Uses of Service in flex.messaging |
|---|
| Methods in flex.messaging that return Service | |
|---|---|
Service |
MessageBroker.createService(String id,
String className)
Creates a Service instance, sets its id, sets it manageable
if the MessageBroker that created it is manageable,
and sets its MessageBroker to the MessageBroker that
created it. |
Service |
Destination.getService()
Returns the Service managing this Destination. |
Service |
MessageBroker.getService(String id)
Returns the Service with the specified id. |
Service |
MessageBroker.removeService(String id)
Removes the Service from the list of services known
by the MessageBroker. |
| Methods in flex.messaging with parameters of type Service | |
|---|---|
void |
MessageBroker.addService(Service service)
Add a message type -to- service mapping to the broker's collection. |
void |
Destination.setService(Service service)
Sets the Service managing this Destination. |
void |
MessageDestination.setService(Service service)
Casts the Service into MessageService
and calls super.setService. |
| Uses of Service in flex.messaging.services |
|---|
| Classes in flex.messaging.services that implement Service | |
|---|---|
class |
AbstractBootstrapService
The purpose of AbstractBootstrapService is to enable creation
of dynamic services, destinations, and adapters. |
class |
AbstractService
This is the default implementation of Service, which provides a
convenient base for behavior and associations common to all Services. |
class |
AuthenticationService
|
class |
HTTPProxyService
The HttpProxyService replaces the Flex 1.5 Proxy. |
class |
MessageService
The MessageService class is the Service implementation that manages point-to-point and publish-subscribe messaging. |
class |
RemotingService
The RemotingService processes RemotingMessages. |
| Uses of Service in flex.messaging.services.http |
|---|
| Methods in flex.messaging.services.http with parameters of type Service | |
|---|---|
void |
HTTPProxyDestination.setService(Service service)
Casts the Service into HTTPProxyService
and calls super.setService. |
| Uses of Service in flex.messaging.services.remoting |
|---|
| Methods in flex.messaging.services.remoting with parameters of type Service | |
|---|---|
void |
RemotingDestination.setService(Service service)
Casts the Service into RemotingService
and calls super.setService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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/services/class-use/Service.html