//
public void afterPropertiesSet() throws Exception {
if ( grid == null ) {
this.grid = new GridImpl( new HashMap<String, Object>() );
((GridImpl) this.grid).addService( WhitePages.class,
new WhitePagesImpl() );
}
this.node = this.grid.createGridNode( id );
if ( StringUtils.hasText( this.port ) ) {
this.grid.get( SocketService.class ).addService( id,