You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/01 19:48:23 UTC

svn commit: r991621 - /incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java

Author: jcosters
Date: Wed Sep  1 17:48:23 2010
New Revision: 991621

URL: http://svn.apache.org/viewvc?rev=991621&view=rev
Log:
backout RemoteEvent changes

Modified:
    incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java

Modified: incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java?rev=991621&r1=991620&r2=991621&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java (original)
+++ incubator/river/jtsk/trunk/src/com/sun/jini/lease/BasicRenewalFailureEvent.java Wed Sep  1 17:48:23 2010
@@ -82,9 +82,7 @@ public class BasicRenewalFailureEvent ex
      *        last chain of renewal failures, in marshalled form.  May be
      *        <code>null</code> in which case <code>getThrowable</code> will
      *        return <code>null</code>.
-     * @deprecated 
      */
-    @Deprecated
     public BasicRenewalFailureEvent(LeaseRenewalSet source, 
 				    long seqNum,
 				    MarshalledObject handback,
@@ -95,31 +93,6 @@ public class BasicRenewalFailureEvent ex
 	this.marshalledThrowable = marshalledThrowable;
 	this.marshalledLease = marshalledLease;
     }
-    
-    /**
-     * Simple constructor.  Note event id is fixed to
-     * <code>LeaseRenewalSet.RENEWAL_FAILURE_EVENT_ID</code>.
-     *
-     * @param source the <code>LeaseRenewalSet</code> that generated the event
-     * @param seqNum the sequence number of this event
-     * @param handback the client handback
-     * @param marshalledLease the lease which could not be renewed, in
-     *        marshalled form
-     * @param marshalledThrowable the first exception that was thrown in the
-     *        last chain of renewal failures, in marshalled form.  May be
-     *        <code>null</code> in which case <code>getThrowable</code> will
-     *        return <code>null</code>.
-     */
-    public BasicRenewalFailureEvent(LeaseRenewalSet source, 
-				    long seqNum,
-				    MarshalledInstance handback,
-				    MarshalledInstance marshalledLease,
-				    MarshalledInstance marshalledThrowable) 
-    {
-	super( source, seqNum, handback);
-	this.marshalledThrowable = marshalledThrowable;
-	this.marshalledLease = marshalledLease;
-    }
 
     /**
      * Returns the lease that could not be renewed.  When the event is