{
this.ref.invoke(this, $method_addJob_3, new Object[] { paramSchedulingContext, paramJobDetail, new Boolean(paramBoolean) }, -4297726825849051791L);
}
else
{
RemoteCall localRemoteCall = this.ref.newCall(this, operations, 3, -426943571078592559L);
try
{
ObjectOutput localObjectOutput = localRemoteCall.getOutputStream();
localObjectOutput.writeObject(paramSchedulingContext);
localObjectOutput.writeObject(paramJobDetail);
localObjectOutput.writeBoolean(paramBoolean);
}
catch (IOException localIOException)