org.apache.openejb.assembler.classic
Class RoleMappingInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.RoleMappingInfo
All Implemented Interfaces:
Serializable

public class RoleMappingInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 List<String> logicalRoleNames
           
 List<String> physicalRoleNames
           
 
Constructor Summary
RoleMappingInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logicalRoleNames

public final List<String> logicalRoleNames

physicalRoleNames

public final List<String> physicalRoleNames
Constructor Detail

RoleMappingInfo

public RoleMappingInfo()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.