org.jboss.metadata.ejb.jboss.jndipolicy.spi
Interface ResolveableJndiNameJbossSessionBeanMetadata

All Superinterfaces:
ResolveableJndiNameJbossEnterpriseBeanMetadata
All Known Implementing Classes:
JBossServicePolicyDecorator, JBossSessionPolicyDecorator

public interface ResolveableJndiNameJbossSessionBeanMetadata
extends ResolveableJndiNameJbossEnterpriseBeanMetadata

ResolveableJndiNameJbossSessionBeanMetadata Provides a contract for transient logic used to determine resolved JNDI Names for JBossSessionBeanMeta instances

Version:
$Revision: $
Author:
ALR

Method Summary
 String determineResolvedLocalBusinessDefaultJndiName()
          Returns the resolved JNDI target to which the default EJB3.x Local Business interfaces are to be bound
 String determineResolvedLocalHomeJndiName()
          Returns the resolved JNDI target to which the EJB2.x Local Home interface is to be bound
 String determineResolvedRemoteBusinessDefaultJndiName()
          Returns the resolved JNDI target to which the default EJB3.x Remote Business interfaces are to be bound
 String determineResolvedRemoteHomeJndiName()
          Returns the resolved JNDI target to which the EJB2.x Remote Home interface is to be bound
 
Methods inherited from interface org.jboss.metadata.ejb.jboss.jndipolicy.spi.ResolveableJndiNameJbossEnterpriseBeanMetadata
determineResolvedJndiName
 

Method Detail

determineResolvedRemoteHomeJndiName

String determineResolvedRemoteHomeJndiName()
Returns the resolved JNDI target to which the EJB2.x Remote Home interface is to be bound

Returns:

determineResolvedLocalHomeJndiName

String determineResolvedLocalHomeJndiName()
Returns the resolved JNDI target to which the EJB2.x Local Home interface is to be bound

Returns:

determineResolvedRemoteBusinessDefaultJndiName

String determineResolvedRemoteBusinessDefaultJndiName()
Returns the resolved JNDI target to which the default EJB3.x Remote Business interfaces are to be bound

Returns:

determineResolvedLocalBusinessDefaultJndiName

String determineResolvedLocalBusinessDefaultJndiName()
Returns the resolved JNDI target to which the default EJB3.x Local Business interfaces are to be bound

Returns:


Copyright © 2009 JBoss Inc.. All Rights Reserved.