User: patriot1burke Date: 02/01/09 15:22:53 Modified: src/main/org/jboss/ha/hasessionstate/interfaces HASessionState.java Log: ripped out SubPartitioning for now. Subpartitioning will eventually move to HAPartition class Revision Changes Path 1.3 +1 -16 jbossmx/src/main/org/jboss/ha/hasessionstate/interfaces/HASessionState.java Index: HASessionState.java =================================================================== RCS file: /cvsroot/jboss/jbossmx/src/main/org/jboss/ha/hasessionstate/interfaces/HASessionState.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HASessionState.java 2001/11/26 17:27:56 1.2 +++ HASessionState.java 2002/01/09 23:22:53 1.3 @@ -16,7 +16,7 @@ * @see org.jboss.ha.hasessionstate.server.HASessionStateImpl * * @author <a href="mailto:[EMAIL PROTECTED]">Sacha Labourey</a> - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * * <p><b>Revisions:</b><br> */ @@ -42,21 +42,6 @@ */ public void subscribe (String appName, HASessionStateListener listener); public void unsubscribe (String appName, HASessionStateListener listener); - - /** - * Information that can be used to update its view of the sub-partition. Raised when - * a new topology is computed. - */ - public interface HASessionStateTopologyListener - { - public void newSessionStateTopology (HAPartition haSubPartition, boolean partitionHasChanged); - } - - /** - * Subscribes to receives notification when a new subpartition topology has been computed. - */ - public void subscribe (HASessionStateTopologyListener listener); - public void unsubscribe (HASessionStateTopologyListener listener); public HAPartition getCurrentHAPartition ();
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development