Interface AnnotationProfiles
public interface AnnotationProfiles
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandler to receive theAnnotationProfile, when therequestis finished.static interface -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TcreateAnnotation(AnnotationProfile profile, String typeName) static AnnotationProfilesget()getAnnotationProfile(String profileId) Requests anAnnotationProfileinstance from the jadice web toolkit server.
-
Method Details
-
get
-
getAnnotationProfile
Requests anAnnotationProfileinstance from the jadice web toolkit server.The
AnnotationProfiles.Requestinstance returned can be used to track the state of theAnnotationProfilerequest. In addition, aAnnotationProfiles.HandlerAnnotationProfiles.Request.addHandler(Handler)can be registered for asynchronous notification, once the desiredAnnotationProfileis available.- Parameters:
profileId- the identifier used to register theAnnotationProfileon theannotation profile registry.- Returns:
- a
AnnotationProfiles.Requestinstance to track the state.
-
createAnnotation
-