Package org.jboss.invocation

Examples of org.jboss.invocation.MarshalledValueInputStream.available()


         boolean moveToBuddy =
            subtree.isChildOf(BuddyManager.BUDDY_BACKUP_SUBTREE_FQN) && subtree.size() > 1;
  
         // store new state
         Fqn fqn = null;
         while(in.available() > 0)
         {
            nd=(NodeData)in.readObject();
           
            if (moveToBuddy)
               fqn = BuddyManager.getBackupFqn(subtree, nd.fqn);
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.