|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.binding.BindingExtension
weblogic.webservice.binding.ReliableBindingExtension
public class ReliableBindingExtension
Field Summary |
---|
Fields inherited from class weblogic.webservice.binding.BindingExtension |
---|
DIME, MAX_NUM_BIND, RELIABLE |
Constructor Summary | |
---|---|
ReliableBindingExtension()
Deprecated. |
|
ReliableBindingExtension(boolean dup,
int retries,
int retryIntervalSecs,
int persistIntervalSecs)
Deprecated. |
Method Summary | |
---|---|
int |
getPersistInterval()
Deprecated. |
int |
getRetryCount()
Deprecated. |
int |
getRetryInterval()
Deprecated. |
boolean |
isDuplicateElimination()
Deprecated. |
void |
setDuplicateElimination(boolean dup)
Deprecated. |
void |
setPersistInterval(int persistIntervalSecs)
Deprecated. |
void |
setRetryCount(int retries)
Deprecated. |
void |
setRetryInterval(int retryIntervalSecs)
Deprecated. |
Methods inherited from class weblogic.webservice.binding.BindingExtension |
---|
getKey, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReliableBindingExtension()
public ReliableBindingExtension(boolean dup, int retries, int retryIntervalSecs, int persistIntervalSecs)
Method Detail |
---|
public boolean isDuplicateElimination()
public void setDuplicateElimination(boolean dup)
public int getRetryCount()
public void setRetryCount(int retries)
public int getRetryInterval()
public void setRetryInterval(int retryIntervalSecs)
public int getPersistInterval()
public void setPersistInterval(int persistIntervalSecs)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |