org.ow2.jonas.deployment.api
Interface IPersistenceUnitRefDesc

All Known Implementing Classes:
PersistenceUnitRefDesc

public interface IPersistenceUnitRefDesc

Interface for persistence-unit-ref elements in J2EE deployment descriptors.


Method Summary
 String getDescription()
          Get the optional description.
 String getName()
          Get the optional persistence unit name.
 String getRefName()
          Get the persistence unit reference name.
 

Method Detail

getRefName

String getRefName()
Get the persistence unit reference name.

Returns:
persistence unit reference name

getName

String getName()
Get the optional persistence unit name.

Returns:
persistence unit name

getDescription

String getDescription()
Get the optional description.

Returns:
persistence unit reference description


Copyright © 2010 OW2 Consortium. All Rights Reserved.