Skip navigation links


com.bea.p13n.property
Interface PropertyLocator

All Superinterfaces
Serializable
All Known Implementing Classes:
AbstractPropertyLocator

public interface PropertyLocator
extends Serializable

Lightweight object that contains ConfigurableEntity's unique attributes. PropertyLocator objects are used by the EntityProperty manager implementations to identify ConfigurableEntities.


Method Summary
 String getJndiHomeName()
          Get the jndiHomeName of an entity
 String getPkString()
          Get the pk of an entity
 String getPropertySetType()
          Get the propertySetType of an entity

 

Method Detail

getJndiHomeName

String getJndiHomeName()
Get the jndiHomeName of an entity

getPkString

String getPkString()
Get the pk of an entity

getPropertySetType

String getPropertySetType()
Get the propertySetType of an entity

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.