getFeatures() in customAdapter

what is it supposed to return
[36 byte] By [Nupur] at [2007-11-26 10:21:26]
# 1
A generic object listing the features supported by your adapter. EgGenericObject genObj = new GenericObject();genObj.put(ResourceAdapter.Features.ACCOUNT_DELETE, ResourceAdapter.Features.ACCOUNT_DELETE);this would specify that your adapter supports account deletion
chits98 at 2007-7-7 2:20:56 > top of Java-index,Web & Directory Servers,Directory Servers...