if (typeof Network != "function") { function Network() { this.routePolicies = null; this.title = null; this.servers = null; this.nodes = null; this.description = null; this.name = null; this.topologySharePolicies = null; this.connections = null; this.blocks = null; this.isExternal = null; this.aggregatedRoutes = null; } } if (typeof Server != "function") { function Server() { this.hardwareDescription = null; this.services = null; this.node = null; this.templates = null; this.name = null; this.IP = null; this.functionalDescription = null; } } if (typeof DvoDService != "function") { function DvoDService() { this.port = 0; this.ocpPort = 0; this.isGMA = false; this.name = null; this.isMaster = false; this.neighbourNetwork = null; } } if (typeof DliveService != "function") { function DliveService() { this.port = 0; this.ocpPort = 0; this.isGMA = false; this.name = null; this.isMaster = false; this.neighbourNetwork = null; } } if (typeof Block != "function") { function Block() { this.node = null; this.name = null; this.mask = 0; this.aggregated = null; this.OASPath = null; } } if (typeof TopologyRoot != "function") { function TopologyRoot() { this.profile = null; } } if (typeof ClientAgent != "function") { function ClientAgent() { this.name = null; this.isMaster = false; } } if (typeof ManagerService != "function") { function ManagerService() { this.ocpPort = 0; this.name = null; this.sslPort = 0; this.isMaster = false; this.keyId = 0; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (GerenciarMenu == null) var GerenciarMenu = {}; GerenciarMenu._path = '/portal/dwr'; GerenciarMenu.setEstado = function(p0, p1, callback) { dwr.engine._execute(GerenciarMenu._path, 'GerenciarMenu', 'setEstado', p0, p1, callback); }