|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopiaService | |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topia.framework | |
| Uses of TopiaService in org.nuiton.topia |
|---|
| Methods in org.nuiton.topia with type parameters of type TopiaService | ||
|---|---|---|
|
TopiaContext.getService(java.lang.Class<E> interfaceService)
Return the service |
|
|
TopiaContext.serviceEnabled(java.lang.Class<E> interfaceService)
Return true if specific service is available |
|
| Uses of TopiaService in org.nuiton.topia.framework |
|---|
| Fields in org.nuiton.topia.framework with type parameters of type TopiaService | |
|---|---|
protected java.util.Map<java.lang.String,TopiaService> |
TopiaContextImpl.services
key: service name; value: service instance |
| Methods in org.nuiton.topia.framework with type parameters of type TopiaService | ||
|---|---|---|
|
TopiaContextImpl.getService(java.lang.Class<E> interfaceService)
Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration. |
|
|
TopiaContextImpl.serviceEnabled(java.lang.Class<E> interfaceService)
|
|
| Methods in org.nuiton.topia.framework that return TopiaService | |
|---|---|
protected TopiaService |
TopiaContextImpl.getService(java.lang.String name)
|
| Methods in org.nuiton.topia.framework that return types with arguments of type TopiaService | |
|---|---|
java.util.Collection<TopiaService> |
TopiaContextImpl.getAllServices()
|
java.util.Collection<TopiaService> |
TopiaContextImplementor.getAllServices()
|
java.util.Map<java.lang.String,TopiaService> |
TopiaContextImpl.getServices()
|
java.util.Map<java.lang.String,TopiaService> |
TopiaContextImplementor.getServices()
|
protected java.util.Map<java.lang.String,TopiaService> |
TopiaContextImpl.loadServices(java.util.Properties config)
|
| Method parameters in org.nuiton.topia.framework with type arguments of type TopiaService | |
|---|---|
protected void |
TopiaContextImpl.postInitServices(java.util.Map<java.lang.String,TopiaService> services)
|
protected void |
TopiaContextImpl.preInitServices(java.util.Map<java.lang.String,TopiaService> services)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||