Package org.apache.openejb.jee.sun
Class IdempotentUrlPattern
- java.lang.Object
-
- org.apache.openejb.jee.sun.IdempotentUrlPattern
-
public class IdempotentUrlPattern extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnumOfRetriesprotected StringurlPattern
-
Constructor Summary
Constructors Constructor Description IdempotentUrlPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNumOfRetries()StringgetUrlPattern()voidsetNumOfRetries(String value)voidsetUrlPattern(String value)
-