################ Use of org.jboss.ide.eclipse.as plugins in Teiid Designer ###################### org.teiid.8.4.x org.teiid.8.3.x * ExecutionAdmin - Querying the datasource subsystem for the list of installed drivers ** Constant ModelDescriptionConstants.OP ** Constant ModelDescriptionConstants.OP_ADDR ** Constant ModelDescriptionConstants.SUBSYSTEM ** Constructs new AS7ManagementDetails ** JBoss7ManagerUtil.getService org.teiid.designer.dqp * TeiidServerAdapterFactory - Adapting an IServer to an ITeiidServer. The IServer is adapted to either a JBossServer or JBoss7Server and these are queried for teiid subsystem ** IServer.loadAdapter(JBoss7Server.class, null) ** IServer.loadAdapter(JBossServer.class, null) ** JBoss7Server.getManagementPort() ** JBoss7Server.getUsername() ** JBoss7Server.getPassword() * JBossServerUtil - Utility methods for requesting information from pre-7 jboss server ** JBossServer.getHost() ** JBossServer.getJBossWebPort() * JBoss7ServerUtil - Utility methods for requesting information from jboss 7 server using json model node requests ** Constant ModelDescriptionConstants.NAME ** Constant ModelDescriptionConstants.READ_ATTRIBUTE_OPERATION ** Constant ModelDescriptionConstants.READ_CHILDREN_NAMES_OPERATION ** Constant ModelDescriptionConstants.SUBSYSTEM ** Constant ModelDescriptionConstants.CHILD_TYPE ** Constant ModelDescriptionConstants.SOCKET_BINDING_GROUP ** Constant ModelDescriptionConstants.SOCKET_BINDING ** Constant ModelDescriptionConstants.OP_ADDR ** Constant ModelDescriptionConstants.PORT ** Constructs new AS7ManagementDetails ** Constructs new ModelNode ** ModelNode.toJSONString(boolean) ** ModelNode.fromJSONString(String) ** ModelNode.asList() ** ModelNode.asString() ** ModelNode.get(String) ** ModelNode.add(String, String) ** ModelNode.set(String) ** JBoss7ManagerUtil.getService ** JBoss7Server.getServer() ** JBoss7Server.getHost() ** JBoss7Server.getManagementPort() org.teiid.designer.dqp.ui * TeiidServerContentProvider - Use of the org.jboss.tools.as.wst.server.ui.xpl.ServerToolTip ** Constructs new ServerToolTip for each node in Teiid Server tree ** ServerToolTip.deactivate() ** ServerToolTip.activate() ** ServerToolTip.setShift(Point) ** ServerToolTip.setPopupDelay(int) ** ServerToolTip.setHideOnMouseDown(boolean)