Beispiel #1
0
 public static TreePrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::Murmur::Tree"))
         {
             TreePrxHelper h = new TreePrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #2
0
 public static RepoApiPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::RepoIce::RepoApi"))
         {
             RepoApiPrxHelper h = new RepoApiPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #3
0
 public static GuiDataUpdaterPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId(), ctx))
         {
             GuiDataUpdaterPrxHelper h = new GuiDataUpdaterPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #4
0
 public static ListenerPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::Chat::Listener"))
         {
             ListenerPrxHelper h = new ListenerPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #5
0
 public static cm_node_category_rpcPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #6
0
 public static UserManagementPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     UserManagementPrxHelper h = new UserManagementPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #7
0
 public static BufferTransferPrx checkedCast(Ice.ObjectPrx b, string f, Ice.Context ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::InfoDTV::Multiplexer::Dynamic::Provider::BufferTransfer", ctx))
         {
             BufferTransferPrxHelper h = new BufferTransferPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #8
0
 public static sys_role_permission_rpcPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     sys_role_permission_rpcPrxHelper h = new sys_role_permission_rpcPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #9
0
 public static CallbackReceiverPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::KeeICE::KPlib::CallbackReceiver", ctx))
         {
             CallbackReceiverPrxHelper h = new CallbackReceiverPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #10
0
 public static CallbackReceiverPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     CallbackReceiverPrxHelper h = new CallbackReceiverPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #11
0
 public static CallbackReceiverPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::KeeICE::KPlib::CallbackReceiver"))
         {
             CallbackReceiverPrxHelper h = new CallbackReceiverPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #12
0
 public static PremiumAccountPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     PremiumAccountPrxHelper h = new PremiumAccountPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #13
0
 public static ServerContextCallbackPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId()))
         {
             ServerContextCallbackPrxHelper h = new ServerContextCallbackPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #14
0
 public static RepoApiPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::RepoIce::RepoApi", ctx))
         {
             RepoApiPrxHelper h = new RepoApiPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #15
0
 public static BufferTransferPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     BufferTransferPrxHelper h = new BufferTransferPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #16
0
 public static sys_role_permission_rpcPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId()))
         {
             sys_role_permission_rpcPrxHelper h = new sys_role_permission_rpcPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #17
0
 public static ServerContextCallbackPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     ServerContextCallbackPrxHelper h = new ServerContextCallbackPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #18
0
 public static cm_friend_privilege_rpcPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId()))
         {
             cm_friend_privilege_rpcPrxHelper h = new cm_friend_privilege_rpcPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #19
0
 public static ServerUpdatingAuthenticatorPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::Murmur::ServerUpdatingAuthenticator"))
         {
             ServerUpdatingAuthenticatorPrxHelper h = new ServerUpdatingAuthenticatorPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #20
0
 public static MESLinkPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     MESLinkPrxHelper h = new MESLinkPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #21
0
 public static ServerUpdatingAuthenticatorPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA("::Murmur::ServerUpdatingAuthenticator", ctx))
         {
             ServerUpdatingAuthenticatorPrxHelper h = new ServerUpdatingAuthenticatorPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #22
0
 public static GuiDataUpdaterPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId()))
         {
             GuiDataUpdaterPrxHelper h = new GuiDataUpdaterPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Beispiel #23
0
 public static ServerUpdatingAuthenticatorPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     ServerUpdatingAuthenticatorPrxHelper h = new ServerUpdatingAuthenticatorPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Beispiel #24
0
 public static GuiDataUpdaterPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     GuiDataUpdaterPrxHelper h = new GuiDataUpdaterPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
 public static IMessageServicePrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     IMessageServicePrxHelper h = new IMessageServicePrxHelper();
     h.copyFrom__(bb);
     return h;
 }