|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
GauceÀÇ ¼ºñ½º¸¦ ³ªÅ¸³½´Ù. Gauce¸¦ »ç¿ëÇϱâ À§Çؼ´Â ¸ÕÀú ÀÌ GauceService¸¦ »ý¼±ÇÑ ÈÄ °ü·ÃµÈ ÀÛ¾÷À» ÇØ¾ßÇÑ´Ù.
¼ºñ½º¸¦ ¾ò±â À§Çؼ´Â ´ÙÀ½°ú °°ÀÌ ÇÏ¸é µÈ´Ù
ServiceLoader loader = new ServiceLoader(request, response); GauceService service = loader.newService(); ...
| Field Summary | |
static int |
BIN
BINary Service¸¦ ³ªÅ¸³½´Ù. |
static int |
CSV
CSV Service¸¦ ³ªÅ¸³½´Ù. |
static int |
EXP
EXPort¿ë Service¸¦ ³ªÅ¸³½´Ù. |
| Method Summary | |
GauceRequest |
getGauceRequest()
Component·Î ºÎÅÍ ¿äûµÇ´Â GauceReuqest¸¦ ¹ÝȯÇÑ´Ù. |
GauceRequest |
getGauceRequest(int protocol)
Component·Î ¿äûµÇ´Â GauceReuqest¸¦ ÁöÁ¤µÈ ÇÁ·ÎÅäÄÝÀÇ GauceReuqest·Î ¹ÝȯÇÑ´Ù. |
GauceResponse |
getGauceResponse()
GauceDataSetÀ» Component·Î Àü¼ÛÇϱâ À§ÇÑ GauceResponse°´Ã¼À» ¹ÝȯÇÑ´Ù. |
GauceResponse |
getGauceResponse(int protocol)
Component·Î ¼Û½ÅÇÏ´Â GacueResonse¸¦ ÁöÁ¤µÈ ÇÁ·ÎÅäÄÝ ÀÇ GauceResponse·Î ¹ÝȯÇÑ´Ù. |
| Methods inherited from interface com.gauce.Service |
getContext, getDBConnection, getFirstRowSize, getServiceName, setFirstRowSize |
| Field Detail |
public static final int CSV
public static final int BIN
public static final int EXP
| Method Detail |
public GauceRequest getGauceRequest()
throws java.io.IOException
»ç¿ëµÇ´Â ÇÁ·ÎÅäÄÝÀº property¿¡ ÁöÁ¤µÈ default°ªÀ» ÀÌ¿ëÇÑ´Ù.
java.io.IOException - ÇÁ·ÎÅäÄÝÀ» UnmarshalingÇÏ¸é¼ ¹ß»ýÇÏ´Â ¿À·ù
public GauceRequest getGauceRequest(int protocol)
throws java.io.IOException
protocol - Component°¡ ¿äûÇÏ´Â protocol
java.io.IOException - ÇÁ·ÎÅäÄÝÀ» UnmarshalingÇÏ¸é¼ ¹ß»ýÇÏ´Â ¿À·ùpublic GauceResponse getGauceResponse()
»ç¿ëµÇ´Â ÇÁ·ÎÅäÄÝÀº property¿¡ ÁöÁ¤µÈ default°ªÀ» ÀÌ¿ëÇÑ´Ù.
public GauceResponse getGauceResponse(int protocol)
protocol - Component·Î Àü¼ÛÇÏ´Â protocol
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||