|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JdbcChannelProvider
Service provider interface for JDBC channel providers.
Method Summary | |
---|---|
void |
close()
Deinitializes the channel provider. |
Transaction |
getTransaction()
|
void |
initialize(Context context)
Initializes the channel provider. |
void |
persistEvent(String channelName,
Event event)
Writes the event to the persistent store. |
Event |
removeEvent(String channelName)
Removes the next event for the named channel from the underlying persistent store. |
Method Detail |
---|
void initialize(Context context)
properties
- the configuration for the systemvoid close()
void persistEvent(String channelName, Event event)
channelName
- event
- Event removeEvent(String channelName)
channelName
-
Transaction getTransaction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |