componentHandle,
className);
// Create an instance of the client side of XCATComponentID
cid = new XCATComponentIDClientImpl(instanceName, componentHandle);
} else if (componentType.equals("mobile")) {
container = new MobileContainer();
if (properties.getBool("isMigrated", false))
((MobileContainer) container).setIsMigrated();
// Instantiate the component