Package com.sun.jini.lease

Examples of com.sun.jini.lease.BasicRenewalFailureEvent


  // Inherit java doc from super type
  public RemoteEvent createEvent(long             eventID,
               long             seqNum,
               MarshalledObject handback)
  {
      return new BasicRenewalFailureEvent(source, seqNum,
          handback, marshalledLease, marshalledThrowable);
  }
View Full Code Here

TOP

Related Classes of com.sun.jini.lease.BasicRenewalFailureEvent

Copyright © 2018 www.massapicom. 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.