|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.beepcore.beep.core.SessionTuningProperties
Class SessionTuningProperties
Field Summary | |
static java.lang.String |
ENCRYPTION
|
static java.lang.String |
LEFT
|
static java.lang.String |
MIDDLE
|
static java.lang.String |
NEWLINE
|
static java.lang.String |
NO_PROPERTIES
|
static java.lang.String |
RIGHT
|
static java.lang.String[] |
STANDARD_PROPERTIES
|
Constructor Summary | |
SessionTuningProperties()
Constructor SessionTuningProperties |
|
SessionTuningProperties(java.util.Hashtable props)
Constructor SessionCredential |
Method Summary | |
boolean |
getEncrypted()
gets the status of encryption |
java.lang.Object |
getProperty(java.lang.String property)
generic way to get the value of a property. |
void |
setEncrypted()
sets the status of encryption |
void |
setProperty(java.lang.String property,
java.lang.String value)
generic way to set the value of a property. |
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ENCRYPTION
public static final java.lang.String[] STANDARD_PROPERTIES
public static final java.lang.String LEFT
public static final java.lang.String RIGHT
public static final java.lang.String MIDDLE
public static final java.lang.String NEWLINE
public static final java.lang.String NO_PROPERTIES
Constructor Detail |
public SessionTuningProperties()
public SessionTuningProperties(java.util.Hashtable props)
props
- Method Detail |
public java.lang.Object getProperty(java.lang.String property)
public void setProperty(java.lang.String property, java.lang.String value)
public boolean getEncrypted()
public void setEncrypted()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |