@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ResourceAdaptorType
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
the RA Type name
|
String |
vendor
the RA Type vendor
|
String |
version
the RA Type version
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
aciFactory
the optional (in case no activity objects defined)
ActivityContextInterface factory interface |
Class<?>[] |
activities |
EventTypeRef[] |
events |
LibraryRef[] |
libraryRefs |
Class<?> |
sbbInterface
the optional sbb interface
|
public abstract String name
public abstract String vendor
public abstract String version
public abstract Class<?>[] activities
public abstract EventTypeRef[] events
public abstract Class<?> aciFactory
ActivityContextInterface factory interfacepublic abstract Class<?> sbbInterface
public abstract LibraryRef[] libraryRefs
Copyright © 2017. All rights reserved.