final Map<String,Serializable> m = new HashMap<String,Serializable>();
m.put( MapCapable.MAP_CAPABLE_CLASS_NAME_KEY,
DeploymentStatus.DEPLOYMENT_STATUS_CLASS_NAME);
m.put( DeploymentStatus.STAGE_STATUS_KEY, new Integer( 0 ) );
m.put( DeploymentStatus.STAGE_STATUS_MESSAGE_KEY, "stubbed dummy" );
return new DeploymentStatusImpl( m );