Examples of modifyState()


Examples of org.cipango.kaleo.presence.Presentity.modifyState()

        }
        else
        {
          if (content != null)
          {
            presentity.modifyState(state, contentType, content, now + expires*1000);
           
            if (_log.isDebugEnabled())
              _log.debug("modified state {} (new etag {}) from presentity {}",
                  new Object[] {etag, state.getETag(), presentity});
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.