org.seasar.uruma.rcp.core
クラス UrumaServiceFactory
java.lang.Object
org.seasar.uruma.rcp.core.UrumaServiceFactory
- すべての実装されたインタフェース:
- ServiceFactory
public class UrumaServiceFactory
- extends Object
- implements ServiceFactory
UrumaService
のための ServiceFactory
です。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceMap
protected static final Map<String,UrumaService> serviceMap
getService
public Object getService(Bundle bundle,
ServiceRegistration registration)
- 定義:
- インタフェース
ServiceFactory
内の getService
ungetService
public void ungetService(Bundle bundle,
ServiceRegistration registration,
Object service)
- 定義:
- インタフェース
ServiceFactory
内の ungetService
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.