[jbosstools-issues] [JBoss JIRA] (JBIDE-13562) Repository is synchronized but adapter states [Started, Republish]

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue May 14 06:05:06 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-13562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774030#comment-12774030 ] 

Rob Stryker commented on JBIDE-13562:
-------------------------------------

state constnats are available in IServer.STATE_XXX or IServer.PUBLISH_STATE_XXX.   Both servers and modules may have states (started / stopped / unknown ) or publish states (requires a full, incremental, unknown, or none publish). After a successful publish, you'd mark as NONE. 

setModuleState(module[], int state);  sets the state next to the module (started / stopped, may also be IServer.STATE_UNKNOWN)

setModulePublishState(module, IServer.PUBLISH_STATE_FULL or PUBLISH_STATE_INCREMENTAL or PUBLISH_STATE_NONE);  (full indicates we still need a full publish, incremental means we require an incremental publish, none indicates the publish is now fully synchronized)

setServerPublishState(int) - indicates whether the server itself requires a full / incremental / or no publish

setServerState(int) - indicates whether the server is started / stopped / unknown / etc

                
> Repository is synchronized but adapter states [Started, Republish]
> ------------------------------------------------------------------
>
>                 Key: JBIDE-13562
>                 URL: https://issues.jboss.org/browse/JBIDE-13562
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift, server
>    Affects Versions: 4.1.0.Alpha1
>            Reporter: Stefan Bunciak
>            Assignee: Rob Stryker
>             Fix For: 4.1.0.Beta1
>
>         Attachments: console.png, server.png
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list