| org.netbeans.modules.serviceapi.ServiceLink
ServiceLink | public interface ServiceLink (Code) | | Represents the service coordination information.
author: Nam Nguyen author: Chris Webster author: Jiri Kopsa |
getLinkDescription | T getLinkDescription(Class<T> type)(Code) | | Returns the technology-specific underlying metadata object for this link.
For example, partner link type.
|
getRole2 | ServiceInterface getRole2()(Code) | | the second role in this service link; or null if there is no second role. |
|
|