Annotation Type Disconnect


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Disconnect
    Use this annotation with the ManagedService annotation. Annotate a method which will get invoked when the remote connection is closed.
    Author:
    Jeanfrancois Arcand