[teiid-issues] [JBoss JIRA] Commented: (TEIID-570) Need new methods to expose Services for Configuring and Monitoring

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu May 14 14:50:58 EDT 2009


    [ https://jira.jboss.org/jira/browse/TEIID-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12467633#action_12467633 ] 

Ramesh Reddy commented on TEIID-570:
------------------------------------

Trying to understand the usage pattern, from the methods added. Please correct me if my assumptions are wrongly

Collection<Binding> bindings =  getConnectorBindingsToConfigure("Foo Binding");
for (Binding b:bindings ){
    b.setProperty("password", "secret");
}

will update the "password" property for the connector binding "b" in the Server configuration?

Where as 

Collection<Binding> bindings =  getConnectorBindings("Foo Binding");
for (Binding b:bindings ){
    b.setProperty("password", "secret");
}

will not do anything, as the binding is immutable. 

> Need new methods to expose Services for Configuring and Monitoring
> ------------------------------------------------------------------
>
>                 Key: TEIID-570
>                 URL: https://jira.jboss.org/jira/browse/TEIID-570
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: AdminApi, Documentation, Server
>    Affects Versions: 6.1.0
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>
> Need new methods to expose Services for Configuring and Monitoring.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list