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



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.