Uses of Class
org.blue.include.objects_h.hostextinfo

Packages that use objects_h.hostextinfo
org.blue.cgi   
org.blue.common   
 

Uses of objects_h.hostextinfo in org.blue.cgi
 

Methods in org.blue.cgi with parameters of type objects_h.hostextinfo
static void statuswrl.draw_host(objects_h.hostextinfo temp_hostextinfo)
           
 

Uses of objects_h.hostextinfo in org.blue.common
 

Methods in org.blue.common that return objects_h.hostextinfo
static objects_h.hostextinfo objects.add_hostextinfo(java.lang.String host_name, java.lang.String notes, java.lang.String notes_url, java.lang.String action_url, java.lang.String icon_image, java.lang.String vrml_image, java.lang.String statusmap_image, java.lang.String icon_image_alt, int x_2d, int y_2d, double x_3d, double y_3d, double z_3d, int have_2d_coords, int have_3d_coords)
           
static objects_h.hostextinfo objects.find_hostextinfo(java.lang.String host_name)
           
 

Methods in org.blue.common with parameters of type objects_h.hostextinfo
static int objects.add_hostextinfo_to_hashlist(objects_h.hostextinfo new_hostextinfo)