private Ice.AsyncResult begin_abortStream(
     java.util.Map<String, String> __ctx, boolean __explicitCtx, IceInternal.CallbackBase __cb) {
   __checkAsyncTwowayOnly(__abortStream_name);
   IceInternal.OutgoingAsync __result =
       new IceInternal.OutgoingAsync(this, __abortStream_name, __cb);
   try {
     __result.__prepare(__abortStream_name, Ice.OperationMode.Normal, __ctx, __explicitCtx);
     __result.__writeEmptyParams();
     __result.__send(true);
   } catch (Ice.LocalException __ex) {
     __result.__exceptionAsync(__ex);
   }
   return __result;
 }
 private Ice.AsyncResult begin_getLabStatus(
     java.util.Map<String, String> __ctx, boolean __explicitCtx, IceInternal.CallbackBase __cb) {
   __checkAsyncTwowayOnly(__getLabStatus_name);
   IceInternal.OutgoingAsync __result =
       new IceInternal.OutgoingAsync(this, __getLabStatus_name, __cb);
   try {
     __result.__prepare(__getLabStatus_name, Ice.OperationMode.Normal, __ctx, __explicitCtx);
     IceInternal.BasicStream __os = __result.__os();
     __os.endWriteEncaps();
     __result.__send(true);
   } catch (Ice.LocalException __ex) {
     __result.__exceptionAsync(__ex);
   }
   return __result;
 }
 private Ice.AsyncResult begin_modifyTransport(
     Components.TransportProfile theProfile,
     java.util.Map<String, String> __ctx,
     boolean __explicitCtx,
     IceInternal.CallbackBase __cb) {
   __checkAsyncTwowayOnly(__modifyTransport_name);
   IceInternal.OutgoingAsync __result =
       new IceInternal.OutgoingAsync(this, __modifyTransport_name, __cb);
   try {
     __result.__prepare(__modifyTransport_name, Ice.OperationMode.Normal, __ctx, __explicitCtx);
     IceInternal.BasicStream __os = __result.__startWriteParams(Ice.FormatType.DefaultFormat);
     theProfile.__write(__os);
     __result.__endWriteParams();
     __result.__send(true);
   } catch (Ice.LocalException __ex) {
     __result.__exceptionAsync(__ex);
   }
   return __result;
 }