Uses of Interface
com.shift.framework.connector.ServiceController

Packages that use ServiceController
com.shift.framework.connector   
com.shift.framework.connector.gdtp   
com.shift.framework.connector.http   
com.shift.framework.connector.xstp   
com.shift.framework.proxy   
 

Uses of ServiceController in com.shift.framework.connector
 

Classes in com.shift.framework.connector that implement ServiceController
 class ServiceControllerFactory
          ServiceControllerFactory´Â Ŭ¶óÀÌ¾ðÆ®¿¡¼­ ¿äûµÈ Service¿¡¼­ ó¸®ÇÑ´Ù.
 

Methods in com.shift.framework.connector that return ServiceController
static ServiceController ServiceControllerFactory.getInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Å¬¶óÀÌ¾ðÆ®·ÎºÎÅÍ ¿äûµÈ ¼­ºñ½ºÀÇ Á¾·ù¿¡ µû¶ó¼­ ó¸®ÇÒ ÇÁ·Î¼¼¼­Å¬·¡½º¸¦ ¼±ÅÃÇÏ¿© ÃʱâÈ­Çϰí À̸¦ ¹ÝȯÇÑ´Ù.
 

Uses of ServiceController in com.shift.framework.connector.gdtp
 

Classes in com.shift.framework.connector.gdtp that implement ServiceController
 class GDTPProcessor
          Å¬¶óÀÌ¾ðÆ®·ÎºÎÅÍ Àü¼ÛµÈ ¿äûÀ» ¼­ºñ½º¸¦ ÅëÇØ¼­ ó¸®Çϰí, ±× ó¸® °á°ú¸¦ Àü´ÞÇÏ´Â ÇÁ·Î¼¼½º¸¦ ´ã´çÇÑ´Ù.
 

Uses of ServiceController in com.shift.framework.connector.http
 

Classes in com.shift.framework.connector.http that implement ServiceController
 class HTTPProcessor
          Å¬¶óÀÌ¾ðÆ®·ÎºÎÅÍ Àü¼ÛµÈ ¿äûÀ» ¼­ºñ½º¸¦ ÅëÇØ¼­ ó¸®Çϰí, ±× ó¸® °á°ú¸¦ Àü´ÞÇÏ´Â ÇÁ·Î¼¼½º¸¦ ´ã´çÇÑ´Ù.
 

Uses of ServiceController in com.shift.framework.connector.xstp
 

Classes in com.shift.framework.connector.xstp that implement ServiceController
 class XSTPProcessor
          Å¬¶óÀÌ¾ðÆ®·ÎºÎÅÍ Àü¼ÛµÈ ¿äûÀ» ¼­ºñ½º¸¦ ÅëÇØ¼­ ó¸®Çϰí, ±× ó¸® °á°ú¸¦ Àü´ÞÇÏ´Â ÇÁ·Î¼¼½º¸¦ ´ã´çÇÑ´Ù.
 

Uses of ServiceController in com.shift.framework.proxy
 

Methods in com.shift.framework.proxy with parameters of type ServiceController
static Service ServiceProxy.getService(ServiceController controller)
          ServiceProxy¿¡ ¸Þ¼Òµå È£ÃâÀ» ó¸®ÇÏ´Â Service ÀÎÅÍÆäÀ̽ºÀÇ ÇÁ·Ï½Ã ÀνºÅϽº¸¦ »ý¼ºÇÏ¿© ¹ÝȯÇÑ´Ù..