return true;
}
public void afterPropertiesSet() throws Exception {
if ( this.node == null ) {
this.node = new GridNodeImpl();
// GenericConnection connection = new GridConnection();
// connection.addExecutionNode(new LocalNodeConnector());
// connection.addDirectoryNode(new LocalDirectoryConnector());
// this.node = connection.getExecutionNode();