// ********************************************************************** // // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** // Ice version 3.4.0 package drakkar.oar.slice.login; // <auto-generated> // // Generated from file `InRole.ice' // // Warning: do not edit this file. // // </auto-generated> public final class _RoleDelM extends Ice._ObjectDelM implements _RoleDel { public void disconnect(java.util.Map<String, String> __ctx) throws IceInternal.LocalExceptionWrapper { IceInternal.Outgoing __og = __handler.getOutgoing("disconnect", Ice.OperationMode.Normal, __ctx); try { boolean __ok = __og.invoke(); if(!__og.is().isEmpty()) { try { if(!__ok) { try { __og.throwUserException(); } catch(Ice.UserException __ex) { throw new Ice.UnknownUserException(__ex.ice_name()); } } __og.is().skipEmptyEncaps(); } catch(Ice.LocalException __ex) { throw new IceInternal.LocalExceptionWrapper(__ex, false); } } } finally { __handler.reclaimOutgoing(__og); } } public void login(drakkar.oar.Seeker memb, drakkar.oar.slice.client.ClientSidePrx client, drakkar.oar.slice.server.ServerSidePrxHolder server, java.util.Map<String, String> __ctx) throws IceInternal.LocalExceptionWrapper, drakkar.oar.slice.error.RequestException { IceInternal.Outgoing __og = __handler.getOutgoing("login", Ice.OperationMode.Normal, __ctx); try { try { IceInternal.BasicStream __os = __og.os(); __os.writeSerializable(memb); drakkar.oar.slice.client.ClientSidePrxHelper.__write(__os, client); } catch(Ice.LocalException __ex) { __og.abort(__ex); } boolean __ok = __og.invoke(); try { if(!__ok) { try { __og.throwUserException(); } catch(drakkar.oar.slice.error.RequestException __ex) { throw __ex; } catch(Ice.UserException __ex) { throw new Ice.UnknownUserException(__ex.ice_name()); } } IceInternal.BasicStream __is = __og.is(); __is.startReadEncaps(); server.value = drakkar.oar.slice.server.ServerSidePrxHelper.__read(__is); __is.endReadEncaps(); } catch(Ice.LocalException __ex) { throw new IceInternal.LocalExceptionWrapper(__ex, false); } } finally { __handler.reclaimOutgoing(__og); } } }