Class RichfacesProperties.Push.Jms
- java.lang.Object
-
- org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
-
- Enclosing class:
- RichfacesProperties.Push
public static class RichfacesProperties.Push.Jms extends Object
Jms namespace.
-
-
Constructor Summary
Constructors Constructor Description Jms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getConnectionFactory()
String
getConnectionPassword()
String
getConnectionUsername()
Boolean
getEnabled()
String
getTopicsNamespace()
int
hashCode()
void
setConnectionFactory(String connectionFactory)
void
setConnectionPassword(String connectionPassword)
void
setConnectionUsername(String connectionUsername)
void
setEnabled(Boolean enabled)
void
setTopicsNamespace(String topicsNamespace)
String
toString()
-
-
-
Method Detail
-
getConnectionFactory
public String getConnectionFactory()
-
getEnabled
public Boolean getEnabled()
-
getTopicsNamespace
public String getTopicsNamespace()
-
getConnectionUsername
public String getConnectionUsername()
-
getConnectionPassword
public String getConnectionPassword()
-
setConnectionFactory
public void setConnectionFactory(String connectionFactory)
-
setEnabled
public void setEnabled(Boolean enabled)
-
setTopicsNamespace
public void setTopicsNamespace(String topicsNamespace)
-
setConnectionUsername
public void setConnectionUsername(String connectionUsername)
-
setConnectionPassword
public void setConnectionPassword(String connectionPassword)
-
canEqual
protected boolean canEqual(Object other)
-
-