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