/**
  * Return the class for the deployable target.
  *
  * @return the class
  */
 public Class getDeploymentClass() {
   return m_context.getDeploymentClass();
 }