lightning-integration/lightning-integration-jgroups/src/main/java/org/apache/directmemory/lightning/jgroups/LightningJGroupsMembershipListener.java [121:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            try
                            {
                                channel.send( receiver, byteBuffer );
                            }
                            catch ( Exception e )
                            {
                                throw new LightningClusterException(
                                                                     "Could not send ClassDefinitionContainer to address "
                                                                         + receiver, e );
                            }
                        }
                    }
                };
            }
            catch ( Exception e )
            {
                throw new LightningClusterException( "Could not serialize ClassDefinitionContainer", e );
            }
        }

        return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lightning-integration/lightning-integration-jgroups/src/main/java/org/apache/directmemory/lightning/jgroups/LightningJGroupsMembershipListener.java [175:195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            try
                            {
                                channel.send( receiver, byteBuffer );
                            }
                            catch ( Exception e )
                            {
                                throw new LightningClusterException(
                                                                     "Could not send ClassDefinitionContainer to address "
                                                                         + receiver, e );
                            }
                        }
                    }
                };
            }
            catch ( Exception e )
            {
                throw new LightningClusterException( "Could not serialize ClassDefinitionContainer", e );
            }
        }

        return null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



