com.poscoict.glueframework.biz.control
Class GlueBizProvider
java.lang.Object
com.poscoict.glueframework.biz.control.GlueBizProvider
public final class GlueBizProvider
- extends Object
GlueBizController의 Instace를 제공하기 위한 Class
GlueBizController를 사용하고 GlueBizController 구현체를 직접 사용하지 않게 하기 위해 제공됨.
[sample java code]
GlueContext ctx = new GlueDefaultContext();
ctx.put("ServiceName", "sample-service");
GlueBizProvider.getController().doAction(ctx);
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlueBizProvider
public GlueBizProvider()
getController
public static GlueBizController getController()
- GlueBizController 를 획득함.
- Returns:
- GlueBizController Controller
Copyright © 2013–2018 POSCO ICT. All rights reserved.