|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.blacktie.jatmibroker.jab.JABSessionAttributes
public class JABSessionAttributes
Create a wrapper for the attributes to use for the sessions. The session attributes are used in the constructor to the JABSession.
JABSession
Constructor Summary | |
---|---|
JABSessionAttributes()
Create the session attributes using the default configuration directory |
|
JABSessionAttributes(java.lang.String configurationDirectory)
Create the session attributes using a non-default directory |
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Get the properties defined in the configuration file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JABSessionAttributes() throws JABException
JABException
- In case the configuration file cannot be accessedpublic JABSessionAttributes(java.lang.String configurationDirectory) throws JABException
configurationDirectory
- The directory to use
JABException
- In case the configuration file cannot be accessedMethod Detail |
---|
public java.util.Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |