public class GAEServiceAdapter extends ServiceAdapter
| Constructor and Description |
|---|
GAEServiceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XMap adapterProperties,
XMap destinationProperties) |
GAETopic |
getTopic(GAETopicId id) |
GAETopic |
getTopic(String id) |
GAETopic |
getTopic(String id,
boolean create) |
GAETopicId |
getTopicId(String id) |
boolean |
hasTopic(String id) |
Object |
invoke(Channel fromChannel,
AsyncMessage message) |
Object |
manage(Channel fromChannel,
CommandMessage message) |
getAdapterState, getDestination, getGravity, getId, getSecurityPolicy, setAdapterState, setDestination, setGravity, setId, setSecurityPolicy, start, stoppublic GAEServiceAdapter()
public void configure(XMap adapterProperties, XMap destinationProperties) throws ServiceException
configure in class ServiceAdapterServiceExceptionpublic GAETopic getTopic(GAETopicId id)
public GAETopicId getTopicId(String id)
public Object invoke(Channel fromChannel, AsyncMessage message)
invoke in class ServiceAdapterpublic Object manage(Channel fromChannel, CommandMessage message)
manage in class ServiceAdapter