|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.ClientConfig
public class ClientConfig
Java class for ClientConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClientConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="clientReceiveTimeout" type="{http://www.w3.org/2001/XMLSchema}long" default="2000" />
<attribute name="messageTimeToLive" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
clientReceiveTimeout
|
protected java.lang.Long |
messageTimeToLive
|
| Constructor Summary | |
|---|---|
ClientConfig()
|
|
| Method Summary | |
|---|---|
long |
getClientReceiveTimeout()
Gets the value of the clientReceiveTimeout property. |
long |
getMessageTimeToLive()
Gets the value of the messageTimeToLive property. |
boolean |
isSetClientReceiveTimeout()
|
boolean |
isSetMessageTimeToLive()
|
void |
setClientReceiveTimeout(long value)
Sets the value of the clientReceiveTimeout property. |
void |
setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property. |
void |
unsetClientReceiveTimeout()
|
void |
unsetMessageTimeToLive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long clientReceiveTimeout
protected java.lang.Long messageTimeToLive
| Constructor Detail |
|---|
public ClientConfig()
| Method Detail |
|---|
public long getClientReceiveTimeout()
Longpublic void setClientReceiveTimeout(long value)
value - allowed object is
Longpublic boolean isSetClientReceiveTimeout()
public void unsetClientReceiveTimeout()
public long getMessageTimeToLive()
Longpublic void setMessageTimeToLive(long value)
value - allowed object is
Longpublic boolean isSetMessageTimeToLive()
public void unsetMessageTimeToLive()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||