org.ow2.jonas.deployment.api
Interface IResourceEnvRefDesc

All Known Implementing Classes:
ResourceEnvRefDesc

public interface IResourceEnvRefDesc


Method Summary
 String getJndiName()
           
 String getName()
           
 Class<?> getType()
           
 

Method Detail

getName

String getName()
Returns:
Returns the resource-env-ref/resource-env-ref-name.

getType

Class<?> getType()
Returns:
Returns the resource-env-ref/resource-env-ref-type.

getJndiName

String getJndiName()
Returns:
Returns the jonas-res-env-ref/jndi-name.


Copyright © 2010 OW2 Consortium. All Rights Reserved.