[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/callback ...

Tom Elrod tom.elrod at jboss.com
Wed Jul 19 12:39:17 EDT 2006


  User: telrod  
  Date: 06/07/19 12:39:17

  Modified:    src/main/org/jboss/remoting/callback  CallbackStore.java
  Log:
  JBREM-507 - updating/adding javadoc for configuration properties.
  
  Revision  Changes    Path
  1.5       +10 -0     JBossRemoting/src/main/org/jboss/remoting/callback/CallbackStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CallbackStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/callback/CallbackStore.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CallbackStore.java	4 May 2006 03:17:18 -0000	1.4
  +++ CallbackStore.java	19 Jul 2006 16:39:17 -0000	1.5
  @@ -60,7 +60,17 @@
      private boolean isStarted = false;
      private boolean purgeOnShutdown = false;
   
  +   /**
  +    * Key for setting which directory to write the callback objects.
  +    * The default value is the property value of 'jboss.server.data.dir' and if this is not set,
  +    * then will be 'data'. Will then append 'remoting' and the callback client's session id.
  +    * An example would be 'data\remoting\5c4o05l-9jijyx-e5b6xyph-1-e5b6xyph-2'.
  +    */
      public static final String FILE_PATH_KEY = "StoreFilePath";
  +
  +   /**
  +    * Key for setting the file suffix to use for the callback objects written to disk. The default value is ‘ser’.
  +    */
      public static final String FILE_SUFFIX_KEY = "StoreFileSuffix";
   
      private static final Logger log = Logger.getLogger(CallbackStore.class);
  
  
  



More information about the jboss-cvs-commits mailing list