|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeContext
org.osoa.sca.CompositeContext was removed from the 1.0 version of the SCA spec. This class provides methods comparable to those that were removed.
Method Summary | ||
---|---|---|
|
getService(java.lang.Class<T> interfaze,
java.lang.String compServName)
Returns a proxy that provides access to the specified service. |
|
|
getServiceReference(java.lang.Class<T> interfaze,
java.lang.String compServName)
Returns a ServiceReference |
Method Detail |
---|
<T> T getService(java.lang.Class<T> interfaze, java.lang.String compServName)
interfaze
- the interface that will be used to invoke the service.compServName
- the name of the target component/service.
unchecked
- exception : NoSuchServiceException<T> org.osoa.sca.ServiceReference<T> getServiceReference(java.lang.Class<T> interfaze, java.lang.String compServName)
interfaze
- the interface that will be used to invoke the service.compServName
- the name of the target component/service.
unchecked
- exception : NoSuchServiceException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |