Uses of Class
org.glassfish.admingui.plugin.IntegrationPoint

Uses of IntegrationPoint in org.glassfish.admingui.plugin
 

Methods in org.glassfish.admingui.plugin that return types with arguments of type IntegrationPoint
 java.util.List<IntegrationPoint> ConsoleConfig.getIntegrationPoints()
           Accessor for the known Admin Console IntegrationPoints.
 java.util.List<IntegrationPoint> ConsolePluginService.getIntegrationPoints(java.lang.String type)
           This method returns the IntegrationPoints associated with the given type.
 

Methods in org.glassfish.admingui.plugin with parameters of type IntegrationPoint
 void ConsolePluginService.addIntegrationPoint(IntegrationPoint point, java.lang.String id)
           This method allows a new IntegrationPoint to be added to the known IntegrationPoints.
 void IntegrationPointInjector.attribute_setContent(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 void IntegrationPointInjector.attribute_setId(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 void IntegrationPointInjector.attribute_setParentId(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 void IntegrationPointInjector.attribute_setPriority(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 void IntegrationPointInjector.attribute_setType(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 int IntegrationPointComparator.compare(IntegrationPoint ip1, IntegrationPoint ip2)
           This method compares two IntegrationPoints.
 void IntegrationPointInjector.inject(org.jvnet.hk2.config.Dom dom, IntegrationPoint target)
           
 void IntegrationPointInjector.injectAttribute(org.jvnet.hk2.config.Dom dom, java.lang.String name, IntegrationPoint target)
           
 void IntegrationPointInjector.injectElement(org.jvnet.hk2.config.Dom dom, java.lang.String name, IntegrationPoint target)
           
 

Method parameters in org.glassfish.admingui.plugin with type arguments of type IntegrationPoint
 void ConsolePluginService.addIntegrationPoints(java.util.List<IntegrationPoint> points, java.lang.String id)
           This method allows new IntegrationPoints to be added to the known IntegrationPoints.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.