package com.wilutions.jsfs; /* * * THIS FILE HAS BEEN GENERATED BY class byps.gen.j.GenRemoteStub DO NOT MODIFY. */ import byps.*; // checkpoint byps.gen.j.GenRemoteStub:164 public class BStub_FileSystemNotify extends BStub implements FileSystemNotifyAsync, java.io.Serializable { // checkpoint byps.gen.j.GenRemoteStub:145 public final static long serialVersionUID = 544795964L; public BStub_FileSystemNotify(final BTransport transport) { super(transport); } // checkpoint byps.gen.j.PrintContext:365 public void notify(NotifyInfo notifyInfo) throws RemoteException { // checkpoint byps.gen.j.GenRemoteStub:46 final BSyncResult<Object> asyncResult = new BSyncResult<Object>(); notify(notifyInfo, asyncResult); asyncResult.getResult(); } // checkpoint byps.gen.j.PrintContext:409 public void notify(NotifyInfo notifyInfo, final BAsyncResult<Object> asyncResult) { // checkpoint byps.gen.j.GenRemoteStub:113 BRequest_FileSystemNotify_notify req = new BRequest_FileSystemNotify_notify(); req.notifyInfo = notifyInfo; transport.sendMethod(req, asyncResult); } }