org.experlog.util
Interface Store

All Known Implementing Classes:
ESStore

public interface Store


Method Summary
 void endClient(java.lang.String cid)
           
 java.lang.String getLogRequest()
           
 AppConfiguration getShopConfiguration()
           
 java.lang.String getShopName()
           
 

Method Detail

getShopName

java.lang.String getShopName()

endClient

void endClient(java.lang.String cid)

getShopConfiguration

AppConfiguration getShopConfiguration()

getLogRequest

java.lang.String getLogRequest()