Apache CXF API

org.apache.cxf.transport.jms
Class ServerConfig

java.lang.Object
  extended by org.apache.cxf.transport.jms.ServerConfig

public class ServerConfig
extends java.lang.Object

Java class for ServerConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServerConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="durableSubscriptionClientId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="messageTimeToLive" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String durableSubscriptionClientId
           
protected  java.lang.Long messageTimeToLive
           
 
Constructor Summary
ServerConfig()
           
 
Method Summary
 java.lang.String getDurableSubscriptionClientId()
          Gets the value of the durableSubscriptionClientId property.
 long getMessageTimeToLive()
          Gets the value of the messageTimeToLive property.
 boolean isSetDurableSubscriptionClientId()
           
 boolean isSetMessageTimeToLive()
           
 void setDurableSubscriptionClientId(java.lang.String value)
          Sets the value of the durableSubscriptionClientId property.
 void setMessageTimeToLive(long value)
          Sets the value of the messageTimeToLive property.
 void unsetMessageTimeToLive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

durableSubscriptionClientId

protected java.lang.String durableSubscriptionClientId

messageTimeToLive

protected java.lang.Long messageTimeToLive
Constructor Detail

ServerConfig

public ServerConfig()
Method Detail

getDurableSubscriptionClientId

public java.lang.String getDurableSubscriptionClientId()
Gets the value of the durableSubscriptionClientId property.

Returns:
possible object is String

setDurableSubscriptionClientId

public void setDurableSubscriptionClientId(java.lang.String value)
Sets the value of the durableSubscriptionClientId property.

Parameters:
value - allowed object is String

isSetDurableSubscriptionClientId

public boolean isSetDurableSubscriptionClientId()

getMessageTimeToLive

public long getMessageTimeToLive()
Gets the value of the messageTimeToLive property.

Returns:
possible object is Long

setMessageTimeToLive

public void setMessageTimeToLive(long value)
Sets the value of the messageTimeToLive property.

Parameters:
value - allowed object is Long

isSetMessageTimeToLive

public boolean isSetMessageTimeToLive()

unsetMessageTimeToLive

public void unsetMessageTimeToLive()

Apache CXF API

Apache CXF