[jboss-as7-dev] [Detyped API Description] Example of multiple values for "allowed"?

David Bosschaert david at redhat.com
Wed Sep 21 06:23:49 EDT 2011


Hi all,

I'm looking at the EJB3 pools timeout-unit description, which is the 
following:
"timeout-unit" => {
   "description" => "The instance acquisition timeout unit",
   "type" => STRING,
   "required" => false,
   "default" => "MINUTES",
   "allowed" => "MILLISECONDS",
   "access-type" => "read-only",
   "storage" => "configuration"
}

Is there an example of an attribute somewhere where 'allowed' has more 
than 1 value? I'd like to test a console gui piece against it.

Thanks,

David


More information about the jboss-as7-dev mailing list