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(java.lang.String id) |
GAETopic |
getTopic(java.lang.String id,
boolean create) |
GAETopicId |
getTopicId(java.lang.String id) |
boolean |
hasTopic(java.lang.String id) |
java.lang.Object |
invoke(Channel fromChannel,
AsyncMessage message) |
java.lang.Object |
manage(Channel fromChannel,
CommandMessage message) |
getAdapterState, getDestination, getGravity, getId, getSecurityPolicy, setAdapterState, setDestination, setGravity, setId, setSecurityPolicy, start, stoppublic void configure(XMap adapterProperties, XMap destinationProperties) throws ServiceException
configure in class ServiceAdapterServiceExceptionpublic GAETopic getTopic(GAETopicId id)
public GAETopic getTopic(java.lang.String id)
public GAETopic getTopic(java.lang.String id, boolean create)
public GAETopicId getTopicId(java.lang.String id)
public boolean hasTopic(java.lang.String id)
public java.lang.Object invoke(Channel fromChannel, AsyncMessage message)
invoke in class ServiceAdapterpublic java.lang.Object manage(Channel fromChannel, CommandMessage message)
manage in class ServiceAdapter