Search Results
OK to copy?
Examples 1 through 10 of
18 (0.051 seconds)
Class:
org.apache.catalina.mbeans.MBeanUtils
©,
Rating:
0% of 0,
C3
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C3
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C3
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1474 }
1475 Host host = (Host) container.getParent();
1476 Service service = ((Engine) host.getParent()).getService();
1477 String local=",path=" + path + ",host=" +
1478 host.getName();
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C3
1459 ext + local );
1460 } else if (container instanceof Host) {
1461 Service service = ((Engine)container.getParent()).getService();
1462 String local=",host=" +container.getName();
1463 int seq = getSeq(local);
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C3
1449 }
1450 if (container instanceof Engine) {
1451 Service service = ((Engine)container).getService();
1452 String local="";
1453 int seq = getSeq(local);
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1300 Host host = (Host) container.getParent();
1301 Engine engine = (Engine) host.getParent();
1302 Service service = engine.getService();
1303 name = new ObjectName(domain + ":type=Realm,path=" + path +
1304 ",host=" + host.getName());
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1290 } else if (container instanceof Host) {
1291 Engine engine = (Engine) container.getParent();
1292 Service service = engine.getService();
1293 name = new ObjectName(domain + ":type=Realm,host=" +
1294 container.getName());
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1286
1287 if (container instanceof Engine) {
1288 Service service = ((Engine)container).getService();
1289 name = new ObjectName(domain + ":type=Realm");
1290 } else if (container instanceof Host) {
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1225 Host host = (Host) ((Context)container).getParent();
1226 Engine engine = (Engine) host.getParent();
1227 Service service = engine.getService();
1228 name = new ObjectName(domain + ":type=NamingResources" +
1229 ",resourcetype=Context,path=" + path +
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1177 Host host = (Host) container.getParent();
1178 Engine engine = (Engine) host.getParent();
1179 Service service = engine.getService();
1180 name = new ObjectName(domain + ":type=Manager,path=" + path +
1181 ",host=" + host.getName());
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1167 } else if (container instanceof Host) {
1168 Engine engine = (Engine) container.getParent();
1169 Service service = engine.getService();
1170 name = new ObjectName(domain + ":type=Manager,host=" +
1171 container.getName());
Class: org.apache.catalina.mbeans.MBeanUtils ©, Rating: 0% of 0, C2
1163
1164 if (container instanceof Engine) {
1165 Service service = ((Engine)container).getService();
1166 name = new ObjectName(domain + ":type=Manager");
1167 } else if (container instanceof Host) {