* @param pMBeanServerExecutor*/
public ServerHandle detect(MBeanServerExecutor pMBeanServerExecutor) {
// Probably a bit unspecific, but that's kopflerfish's fault
if (checkSystemBundleForSymbolicName("org.knopflerfish.framework")) {
String version = getSystemBundleVersion();
return new ServerHandle("Knopflerfish","knopflerfish",version, null);
} else {
return null;
}
}