@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ResourceAdaptor
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
ResourceAdaptorTypeRef[] |
raTypeRefs |
String |
vendor |
String |
version |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignoreRATypeEventTypeCheck |
LibraryRef[] |
libraryRefs |
ProfileSpecRef[] |
profileSpecRefs |
ConfigProperty[] |
properties |
String |
securityPermissions |
boolean |
supportsActiveReconfiguration |
Class<?> |
usageParametersInterface |
public abstract String name
public abstract String vendor
public abstract String version
public abstract ResourceAdaptorTypeRef[] raTypeRefs
public abstract boolean ignoreRATypeEventTypeCheck
public abstract boolean supportsActiveReconfiguration
public abstract Class<?> usageParametersInterface
public abstract ConfigProperty[] properties
public abstract LibraryRef[] libraryRefs
public abstract ProfileSpecRef[] profileSpecRefs
public abstract String securityPermissions
Copyright © 2017. All rights reserved.