org.ow2.easybeans.deployment.metadata.ejbjar.xml
Class RunAs

java.lang.Object
  extended by org.ow2.easybeans.deployment.metadata.ejbjar.xml.RunAs

public class RunAs
extends java.lang.Object

A RunAs represents the XML run-as element.

Author:
Francois Fornaciari

Constructor Summary
RunAs()
           
 
Method Summary
 java.lang.String getPrincipalName()
           
 void setPrincipalName(java.lang.String principalName)
          Set the principal name of this run-as.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunAs

public RunAs()
Method Detail

getPrincipalName

public java.lang.String getPrincipalName()
Returns:
the principal name of this run-as

setPrincipalName

public void setPrincipalName(java.lang.String principalName)
Set the principal name of this run-as.

Parameters:
principalName - principalName to be used


Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.