Add API for representing configuration of resources
commitfee82489011e430aedff18f15103b6823e5d9162
authorImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 02:53:16 +0000 (24 08:53 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 02:53:16 +0000 (24 08:53 +0600)
tree8e711a6e6b66a9e8779ae5cfefb32616af32040a
parent786d645f134c217b38e70f389c579b88d771861e
Add API for representing configuration of resources

This API represents the configuration of resource domains and their
associations. It also provides POJO based default API implementation.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-rs/src/main/java/com/smartitengineering/exim/AssociationConfig.java [new file with mode: 0644]
smart-rs/src/main/java/com/smartitengineering/exim/EximResourceConfig.java [new file with mode: 0644]
smart-rs/src/main/java/com/smartitengineering/exim/impl/AssociationConfigImpl.java [new file with mode: 0644]
smart-rs/src/main/java/com/smartitengineering/exim/impl/EximResourceConfigImpl.java [new file with mode: 0644]