Groovy Documentation

griffon.plugins.simpledb
[Java] Interface SimpledbProvider


public interface SimpledbProvider

Authors:
Andres Almiray


Method Summary
Object withSimpledb(Closure closure)

Object withSimpledb(String clientName, Closure closure)

Object withSimpledb(CallableWithArgs callable)

Object withSimpledb(String clientName, CallableWithArgs callable)

 

Method Detail

withSimpledb

public Object withSimpledb(Closure closure)


withSimpledb

public Object withSimpledb(String clientName, Closure closure)


withSimpledb

public Object withSimpledb(CallableWithArgs callable)


withSimpledb

public Object withSimpledb(String clientName, CallableWithArgs callable)


 

Groovy Documentation